Wireshark-bugs: [Wireshark-bugs] [Bug 10214] ASAN: global-buffer-overflow in _ws_mempbrk_sse42

Date: Sat, 21 Jun 2014 17:39:44 +0000

Comment # 4 on bug 10214 from
Created attachment 12839 [details]
Test program for strpbrk.

Great, I wonder if glibc strpbrk() sse4.2 version works,

can you test compiling attached program?

$CC test_strpbrk_asan.c $YOUR_CFLAGS
$CC test_strpbrk_asan.c -DTEST=1 $YOUR_CFLAGS
$CC test_strpbrk_asan.c -DTEST=2 $YOUR_CFLAGS

and for each test case?

echo -e 'test\n1234' | ./a.out


You are receiving this mail because:
  • You are watching all bug changes.