Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 33472: /trunk/epan/ /trunk/epan/: column-utils.c

Date: Thu, 08 Jul 2010 02:54:32 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33472

User: morriss
Date: 2010/07/07 07:54 PM

Log:
 Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4854 (crash when adding
 2nd info column):
 
 Duplicate col_do_append_sep_va_fstr()'s code into col_append_fstr() and
 col_append_sep_fstr() (and remove col_do_append_sep_va_fstr()) because we need
 to call va_start() and va_end() after each call to g_vsnprintf().  (This is a
 followon to rev 32961.)

Directory: /trunk/epan/
  Changes    Path              Action
  +51 -37    column-utils.c    Modified