commit | 8405b26225d88812bb336b2b6c0181266768c3f0 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Aug 06 14:52:30 2013 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Aug 08 20:41:56 2013 +0000 |
tree | e39b7ab8724885b6f96250ead900e04b3f85fd24 | |
parent | 5608e04d323281a4c7e45eee1a9ca4b23437e0c5 [diff] |
Disallow filenames containing NUL bytes. C code gets confused by such filenames, and even if we can handle them, they're a misleading and of questionable utility because a valid pathname can't contain a NUL byte. Bug: https://code.google.com/p/android/issues/detail?id=58465 Bug: 10148349 Change-Id: I3f7e1a17c526b6bb5752dae82610125ad2648d54 (cherry picked from commit b1d05573ae20cdd3d5b4e25f905ce44c8f7d5c0e)