Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Oct 2005 16:31:05 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/ifconfig ifieee80211.c
Message-ID:  <200510301631.j9UGV5j6048421@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510301631.j9UGV5j6048421>