In message <alpine.bsf.2.00.1108172100100.66...@fledge.watson.org>, Robert Wats
on writes:
>On Tue, 17 May 2011, Poul-Henning Kamp wrote:
>
>> +    if ((s->s_flags & SBUF_AUTOEXTEND) == 0) {
>> +            KASSERT(s->s_size > 1,
>> +                ("attempt to create a too small sbuf"));
>> +    }
>
>This change turns out to cause a kernel panic during fuzzing of 
>mac_proc_get(2).

Feel free to take it out, it probably is more of an EDOOFUS kind
of situation than a KASSERT situation.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
p...@freebsd.org         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to