cvs commit: src/sbin/ifconfig ifieee80211.c
Brooks Davis
brooks at FreeBSD.org
Sun Oct 30 08:31:06 PST 2005
brooks 2005-10-30 16:31:05 UTC
FreeBSD src repository
Modified files:
sbin/ifconfig ifieee80211.c
Log:
SSIDs are of length 32-bytes and not NUL terminated. Use the correct
length and bail immediatly if the returned length is wrong rather than
attempting to set an correct value.
This commit differs from the patch in the PR in the use of exit instead
of return and the use of a defined value for the array.
Submitted by: Daan Vreeken [PA4DAN] <Danovitsch at Vitsch dot net>
PR: bin/74509
Revision Changes Path
1.28 +3 -2 src/sbin/ifconfig/ifieee80211.c
More information about the cvs-src
mailing list