fio.c:_globname(): GNU is also buggy (Gavin Troy)..
commit470527b7669d172fc2d08c2d57f97c5a38635a51
authorSteffen "Daode" Nurpmeso <sdaoden@users.sf.net>
Thu, 12 Dec 2013 15:19:02 +0000 (12 16:19 +0100)
committerSteffen "Daode" Nurpmeso <sdaoden@users.sf.net>
Sat, 14 Dec 2013 23:39:24 +0000 (15 00:39 +0100)
treee3b6e3d042e714db26bc04ec1c897e294a30802a
parent27e42862cd75ff73ffa1515ed8d6dc2fc2a9c13a
fio.c:_globname(): GNU is also buggy (Gavin Troy)..

In [63273772] (fio.c:_globname(): fix SIGSEGV on Mac OS X Snow
Leopard, 2013-05-30) i added a bzero() for the wordexp_t value
carrier because Snow Leopard crashes when the wordexp(3) fails
with error.  (I presumed false interpretation of POSIX and the
clarification request was accepted by Austin.)

Gavin Troy now pointed out that on Linux the very same bug exists.
fio.c