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

Date: Sat, 21 Jun 2014 18:42:06 +0000

Comment # 5 on bug 10214 from
(In reply to comment #4)
> 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

Heh, it would require glibc compiled with ASAN.
Can you try https://code.wireshark.org/review/2515 ?


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