Wireshark-commits: [Wireshark-commits] rev 27766: /trunk/ /trunk/: inet_ntop.c

Date: Wed, 18 Mar 2009 00:03:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27766

User: wmeier
Date: 2009/03/17 05:03 PM

Log:
 From Jakub Zawadzki: Glib2 g_snprintf doesn't return -1;
 Also: from me: fix an "off by 1" issue in inet_ntop_4
    which could result in a trailing character of the
    output string being truncated rather than an ENOSPC
    error being reported.

Directory: /trunk/
  Changes    Path           Action
  +2 -3      inet_ntop.c    Modified