]> git.ipfire.org Git - thirdparty/glibc.git/commit
* misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
authorJakub Jelinek <jakub@redhat.com>
Fri, 12 Jan 2007 17:20:09 +0000 (17:20 +0000)
committerJakub Jelinek <jakub@redhat.com>
Fri, 12 Jan 2007 17:20:09 +0000 (17:20 +0000)
commit4570029c28345fa7e35f5b0250a6747b9a41019e
tree642b1d11a9627b4cb0e64432447f2a7df20e1d67
parentb6c657f557a6416b408d8fb178aaf856aa367661
* misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
Start searching for next comma at p rather than rest.
* misc/Makefile (tests): Add tst-mntent2.
* misc/tst-mntent2.c: New test.
ChangeLog
misc/Makefile
misc/mntent_r.c