bug#34140: AddressSanitizer reported heap-buffer-overflow when ignoring case

2019-01-19 Thread Hongxu Chen
Hi, Latest `grep` (git commit 1019e6e) compiled with asan may cause a heap-buffer-overflow when `-i` is specified. ./grep -i '\(\(\)*.\)*\(\)\(\)\1' /bin/chvt = ==16206==ERROR: AddressSanitizer: heap-buffer-overflow on addre

bug#34054: Error in compilation of pcresearch if we have no pcre library

2019-01-19 Thread Jim Meyering
On Sat, Jan 12, 2019 at 4:07 PM Norihiro Tanaka wrote: > I pulled current master of grep from git repository and built it on > fedora 29, and recieved following error. > > When we have no pcre library, DIE() in Pcompile and Pexecute is called, > but noreturn attribute is set to their functions. ..