Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2003 13:04:12 +0200
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        Robert Watson <rwatson@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/security/mac_biba mac_biba.c src/sys/security/mac_mls mac_mls.c
Message-ID:  <xzpznl44rwz.fsf@flood.ping.uio.no>
In-Reply-To: <200305292251.h4TMprW5068851@repoman.freebsd.org> (Robert Watson's message of "Thu, 29 May 2003 15:51:53 -0700 (PDT)")
References:  <200305292251.h4TMprW5068851@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Robert Watson <rwatson@FreeBSD.org> writes:
>   Modified files:
>     sys/security/mac_biba mac_biba.c 
>     sys/security/mac_mls mac_mls.c 
>   Log:
>   Use strsep() in preference to manual string parsing for Biba and MLS
>   label internalization.  Use sensible variable names.  Include comments.
>   Doesn't fix any known bugs, but may fix unknown ones.

This breaks LINT:

/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/security/mac_mls/mac_mls.c: In function `mac_mls_parse':
/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/security/mac_mls/mac_mls.c:675: warning: unused variable `range'
/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/security/mac_mls/mac_mls.c:675: warning: unused variable `rangeend'
*** Error code 1

DES
-- 
Dag-Erling Smorgrav - des@ofug.org



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