82d84897b1
The code assumed that snprintf would never return a value less than
the passed in size of the buffer. This is not accurate, so fix all
of the places this assumptions is made. Also, if the name is too large,
then truncate just the name to make everything fit.
Added a new set of tests for this code. Verified that the old code passes
on the _normal and _exact version of the tests, but fails with the
FORTIFY error on the _truncated version of the tests. All tests pass
on the new code.
Bug: 27324359
(cherry picked from commit
|
||
---|---|---|
.. | ||
Android.mk | ||
MemsetTest.cpp | ||
PropertiesTest.cpp | ||
sockets_test.cpp | ||
test_str_parms.cpp | ||
trace-dev_test.cpp |