Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/kdump
Module Name: src
Committed By: christos
Date: Wed Sep 28 16:28:27 UTC 2011
Modified Files:
src/usr.bin/kdump: kdump.c
Log Message:
don't limit sockets to sizeof(sizeof sockaddr_storage). We can create valid
sockaddr_un sockets that exceed that. Arguably either
sizeof(struct sockaddr_storage) should be amended, or we should disallow
unix domain sockaddrs that exceed that size.
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/usr.bin/kdump/kdump.c
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