pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/nmap



Module Name:    pkgsrc
Committed By:   apb
Date:           Wed Apr  1 07:56:19 UTC 2009

Modified Files:
        pkgsrc/net/nmap: distinfo
Added Files:
        pkgsrc/net/nmap/patches: patch-ad

Log Message:
Correct handling of the length of data returned by SIOCGIFCONF.  The
actual length of each item is never less than sizeof(struct ifreq), but
may be more than that.  If the platform's struct sockaddr has an sa_len
field, and if the length in sa_len is larger then the space available in
ifr_ifru, then the data extends beyond the end of the ifr_ifru field by
the difference in sizes.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/nmap/distinfo
cvs rdiff -u -r0 -r1.13 pkgsrc/net/nmap/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index