fnmatch: don't goto over declaration
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 7 Jul 2013 00:12:29 +0000 (17:12 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 7 Jul 2013 00:12:51 +0000 (17:12 -0700)
commitc96bab3fee48a9df55e7366344f838e1fc785c28
tree87f9c1e14cde066c96bc304d8699bd17e37d1ea8
parentab63a3d7bdc3c2364dcd1e89b6ac9f7609688092
fnmatch: don't goto over declaration

* lib/fnmatch_loop.c (FCT): Hoist local up one level, to avoid
undefined behavior for goto over a declaration.
Problem reported by Charlie Brown in
<http://lists.gnu.org/archive/html/bug-gnulib/2013-07/msg00009.html>.
ChangeLog
lib/fnmatch_loop.c