* posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
commit16d620db9420274f2f66747d8c0f3601b520bea8
authorUlrich Drepper <drepper@redhat.com>
Wed, 10 May 2006 14:48:09 +0000 (10 14:48 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 10 May 2006 14:48:09 +0000 (10 14:48 +0000)
tree4b1e9d0c27df42575607e6d28f84b35289831524
parentecf359c68b2baf1bd76f8c5ff132b8c1a256056b
* posix/wordexp.c (parse_glob): No need to check ifs for NULL, the

caller makes sure this is not the case.
(wordexp): Simplify ifs_white creation.  [Coverity CID 231]
ChangeLog
posix/wordexp.c