]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add an assertion to catch a potential underflow in an array index
authortruckman <truckman@FreeBSD.org>
Mon, 16 May 2016 08:07:32 +0000 (08:07 +0000)
committertruckman <truckman@FreeBSD.org>
Mon, 16 May 2016 08:07:32 +0000 (08:07 +0000)
commit6dbdca5ddae3f2062e3e473a047b5b90947898c6
tree958d8081921b02210c372ee9972bb3b3e357c6a9
parent38baa8af3db22812359cb5b190f0692ca2b48ce8
Add an assertion to catch a potential underflow in an array index
calculation, though this should not happen in the current code.

Reported by: Coverity
CID: 1008486
MFC after: 3 weeks
sbin/ifconfig/ifieee80211.c