Wireshark-bugs: [Wireshark-bugs] [Bug 10332] warning: hidden symbol 'buffer_init' in CMakeFiles/

Date: Sat, 02 Aug 2014 11:22:57 +0000

changed bug 10332

What Removed Added
Status UNCONFIRMED RESOLVED
Hardware x86 All
Resolution --- FIXED

Comment # 1 on bug 10332 from
Whether it's harmful may be platform-dependent - some compilers and linkers
might cause calls to buffer_{init,free} from epan/wslua/lrexlib.c to call the
routines in wsutil, but others might not.

I've renamed the wsutil buffer_ routines to ws_buffer_ in the trunk, and
renamed the buffer_ routines in lrexlib.c to tagbuffer_ in the 1.12 branch. 
The former change avoids introducing gratuitious differences between the
released lrexlib.c and our copy; the latter change avoids API/ABI changes in
1.12.1.


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