commit | fbae9f3c30c869ca2fe8609f2d680430f543f0e6 | [log] [tgz] |
---|---|---|
author | Sasha Levitskiy <sanek@google.com> | Wed Feb 27 15:48:55 2013 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Feb 28 18:46:54 2013 +0000 |
tree | cbd2d5046e7828ca80cd551cd814f17fae5a52ef | |
parent | 6e1a5cf31ba47508b08dba02a45b4ea6e1edd6d2 [diff] |
Bionic: Libc: Resolv: Stricter function signatures, unitialized return bug fix. Stricter input parameters help avoid ugly casting when passing pointers to immutable protobuf data. While at it: an int return was dropped from 2 functions whose users never used the result; one of the return paths was returning an uninitialized value. Size_t for portablity and warning supression, misc warnings addressed. Change-Id: I2d5cbdaf0c9b6c4621a7d397772da13da5dc0943