Commit Graph

5 Commits

Author SHA1 Message Date
elektroschmock f30735f5e3 flo: bdAddrloader: Fix some build warnings
* Compile with LOCAL_CFLAGS += -Wall -Wextra -Werror
* Minor formating fixes

Change-Id: Id437f3daf67cab52b7ed6e2ede3db15f43f015d0
2020-12-06 17:55:06 +01:00
Elektroschmock 533ba5fdd7 flo: bdAddrloader use log/log.h instead of cutils/log.h
Change-Id: I1a075f3d11a8b1ce3327f85c9058dd0d2f96ef07
2020-12-06 17:55:00 +01:00
Elektroschmock 1c9974154f flo: addrloader: Fix missing string.h include
Change-Id: I79540d924052acbec6871cab5e8d06b4bd89e526
2020-12-06 17:54:54 +01:00
Nick Kralevich 1c70e738eb Don't call property_get with too small buffer
It's an error to call property_get with too small of a buffer.
Pass a large enough buffer, and do checks to make sure the returned
value isn't too big.

Change-Id: Ieae8884d0b6a2c12d20a64790323d95f4f7f07bc
2013-05-24 15:10:02 -07:00
Iliyan Malchev 4ffa22bb4a device/asus/flo: initial commit
Change-Id: I5946aea9cce97624c4a2a56ce8da858851f509e8
Signed-off-by: Iliyan Malchev <malchev@google.com>
2013-03-04 15:38:53 -08:00