glob: fix another heap buffer overflow
commit6803dda53781f7da920f568a31610d41e5c3a351
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 21 Oct 2017 19:20:29 +0000 (21 12:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 21 Oct 2017 19:20:55 +0000 (21 12:20 -0700)
treeaa4edda1d4ace5a7fdff5375da4ba7ad7db2a84b
parent5675bbfd9a894f9efef89ed208eb5b8ef619e390
glob: fix another heap buffer overflow

Problem reported by Tim Rühsen in:
https://sourceware.org/bugzilla/show_bug.cgi?id=22332
* lib/glob.c (glob): Avoid buffer overrun when unescaping.
ChangeLog
lib/glob.c