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