Wireshark-bugs: [Wireshark-bugs] [Bug 11608] Potential Memory Leaks and Potential NULL pointer d

Date: Sat, 17 Oct 2015 21:30:31 +0000

changed bug 11608


What Removed Added
CC   [email protected]

Comment # 1 on bug 11608 from
Why not just rewrite the malloc()+strcat() to something safe, like
g_strdup_printf()?

And checkAPIs does give some more errors here:
Error: Found prohibited APIs in extcap/androiddump.c:
sprintf,strcat,strdup,g_fprintf,malloc,strerror,freopen


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