Fix handling of unterminated [ expression in fnmatch.
commit031d4eef8d055fbdae8d2fe4f59047e83601a15d
authorWaldemar Brodkorb <wbx@uclibc-ng.org>
Fri, 25 Nov 2016 19:55:22 +0000 (25 20:55 +0100)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Sun, 27 Nov 2016 15:35:31 +0000 (27 16:35 +0100)
tree5919f812bbe5183c71ee1504251c209e69f1d335
parent8dd85e041bdccf630c90e12ea044f55d28da9396
Fix handling of unterminated [ expression in fnmatch.

Originally fixed in GNU libc by:

commit 794c3ad3a405697e2663b00f616e319383b9bb7d
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Fri Jan 14 08:06:22 2011 -0500

Reported-by: Denys Vlasenko <vda.linux@googlemail.com>
via busybox mailinglist.
libc/misc/fnmatch/fnmatch_loop.c