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 37151: /trunk/gtk/ /trunk/gtk/: airpcap_dlg.c

Date: Sun, 15 May 2011 02:45:22 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37151

User: morriss
Date: 2011/05/14 07:45 PM

Log:
 gtk_combo_box_get_active_text() may return NULL and g_ascii_strcasecmp() complains if its first argument is NULL, so check for the NULL pointer before using it.

Directory: /trunk/gtk/
  Changes    Path             Action
  +12 -12    airpcap_dlg.c    Modified