Re: [Wireshark-dev] [PATCH][Update] stats_tree.c fixup preventing segfault

2006-12-13 Thread Sebastien Tandel
Hi, reviewing the potential problems g_strsplit could cause in others parts of wireshark. I noticed that my patch was not completely safe. here is a patch which should be safe. (please also review) Regards, Sebastien Tandel Index: epan/stats_tree.c ===

Re: [Wireshark-dev] [PATCH][Update] stats_tree.c fixup preventing segfault

2006-12-13 Thread Sebastien Tandel
I don't see exactly what could have been changed between the both implementations in their doc but I may miss something http://developer.gnome.org/doc/API/2.0/glib/glib-String-Utility-Functions.html#g-strsplit http://developer.gnome.org/doc/API/glib/glib-string-utility-functions.html#G-STRSPLIT