Wireshark-commits: [Wireshark-commits] rev 36234: /trunk/ /trunk/: file.c

Date: Tue, 22 Mar 2011 03:56:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36234

User: guy
Date: 2011/03/21 08:56 PM

Log:
 When we allocate the col_text array, initialize it to a bunch of
 pointers to null strings, rather than a bunch of null pointers, so that
 if an exception is thrown before we set any of the columns, or some
 other problem occurs, we don't end up with null pointers that could
 later cause a crash.
 
 Fix indentation.

Directory: /trunk/
  Changes    Path          Action
  +27 -13    file.c        Modified