aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Fun with buffer overrruns.HEADmasterErik Kline2015-12-061-0/+8
| | | | | | | | | | | | | | | | | | | | | In get_option(): don't read past the end of the option buffer. Also add a small unittest to verify sane behaviour for the above. The dhcpcd code is not easily refactored into a library, nor is it entirely possible to include some header files directly since some structures use C++ reserved keywords ("new") for variable names. In print_option(): use of snprintf() returns the length that /would/ have been written. Add checks that the output buffer is not overrun when printing. This fixes CVE-2014-7912 and CVE-2014-7913 Bug: 18356137 Bug: 18356135 Change-Id: I0f907b8a952208749226ba034a416d773e068f8a Tested-by: Moritz Bandemer <replicant@posteo.mx>
* am 7a659da9: Merge "Get rid of LOCAL_MODULE_TAGS := user"Joe Onorato2012-08-171-5/+0
|\ | | | | | | | | * commit '7a659da9ec67d85d1b166fc6c1984f488de8e031': Get rid of LOCAL_MODULE_TAGS := user
| * Get rid of LOCAL_MODULE_TAGS := userJoe Onorato2012-06-131-5/+0
| | | | | | | | Change-Id: I8ced7c513d75e64e16a76e41ea7b1c271cf10a19
* | dhcpcd: Update to Version 5.5.6Dmitry Shmidt2012-07-231-1/+1
|/ | | | | Change-Id: I98c378688be723a2a602ec17c26bc13f2fd83cc8 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* DHCPDC: Actually we do have a monotonic clock...John Grossman2012-04-131-0/+1
| | | | | | | | | | Fix bug http://b/issue?id=6272879 DHCPCD thought that our kernel did not support the posix clock_gettime and CLOCK_MONOTONIC which could cause an interface flap under just the right circumstances. See the writeup in the bug for details. Change-Id: I3a5325625499d4c3640ce498fc100ab2891d0a9c
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-3/+0
| | | | | | Bug: 5010576 Change-Id: Iae6722e0297a65bcfb747266060bee7418c54623
* dhcpcd: Update to Version 5.2.10Dmitry Shmidt2011-01-241-5/+8
| | | | | Change-Id: I949331c7aad91b125decd51da4041983d3a352bc Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* dhcpcd: Remove obsolete, wrong-syntax scriptDmitry Shmidt2010-09-221-8/+0
| | | | | Change-Id: I76ae69b263f3756f7377dcf86a1ac0fc973fc1e1 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* dhcpcd: Fix dhcpcd-run-hooks permissionsDmitry Shmidt2010-07-231-1/+1
| | | | | Change-Id: Id6031789da6f8c12a1ce5b1943404ba29de3ed0c Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* AI 146935: am: CL 146934 Make TI Wifi driver choice framework-independent - ↵Dmitry Shmidt2009-04-201-7/+7
| | | | | | | | part 1 Original author: dimitrysh Automated import of CL 146935
* AI 143349: am: CL 143198 am: CL 142968 Remove showlease, wpa_cli and ↵Mike Lockwood2009-03-271-1/+1
| | | | | | | | | | | | | radiooptions tools from user builds. Should save us 52K in /system BUG=1739507 Original author: lockwood Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... Automated import of CL 143349
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-7/+7
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+66
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-66/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-2/+9
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+59