commit | 897df50f4cdc55339261a9fde83d650e7d85f081 | [log] [tgz] |
---|---|---|
author | Michael Wu <michaelstay@gmail.com> | Wed Jun 05 08:42:22 2013 +0800 |
committer | Michael Wu <michaelstay@gmail.com> | Wed Jun 05 08:42:22 2013 +0800 |
tree | d0cbd13532a50a4250afc92a00109bafdc30a23a | |
parent | 59fa7e107d43a4ef521413ec0bb7b0c2a5525071 [diff] |
fix bad return value in dhcp_do_request_* 1. bad return status make it return uninitialized prefixLength with a magic number in android_net_utils_runDhcpCommon() 2. it will make DhcpInfoInternal.makeLinkAddress() to throw IllegalArgumentException when try to connect a Wifi AP 3. the exception will make system reboot, of cource it random. Change-Id: Iabc0cd5b69c1316f4eeae0aa1b8a91444dca4562 Signed-off-by: Michael Wu <michaelstay@gmail.com>