[Bug 208458] ue(4) - usb ethernet driver missing man page

2016-04-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208458 Bug ID: 208458 Summary: ue(4) - usb ethernet driver missing man page Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Se

[Bug 206761] Kernel stack overflow in sysctl handler for kern.binmisc.add

2016-04-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206761 --- Comment #16 from commit-h...@freebsd.org --- A commit references this bug: Author: sbruno Date: Fri Apr 1 16:16:26 UTC 2016 New revision: 297488 URL: https://svnweb.freebsd.org/changeset/base/297488 Log: Repair a overflow condition

[Bug 208452] RPI2 kernel and hardware : error message on verbose boot

2016-04-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208452 --- Comment #1 from Sylvain Garrigues --- # uname -a FreeBSD rpi2 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r297377: Tue Mar 29 20:21:09 CEST 2016 r...@clad.sylvaingarrigues.com:/root/crochet/work/obj/arm.armv6/root/crochet/src/sys/RPI2 arm

[Bug 208452] RPI2 kernel and hardware : error message on verbose boot

2016-04-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208452 Bug ID: 208452 Summary: RPI2 kernel and hardware : error message on verbose boot Product: Base System Version: 11.0-CURRENT Hardware: arm OS: Any

[Bug 206761] Kernel stack overflow in sysctl handler for kern.binmisc.add

2016-04-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206761 --- Comment #15 from CTurt --- (In reply to CTurt from comment #14) Don't worry about this actually, the `break` exits the `switch`, and the loop will continue, checking all '#' characters, no need for change here. -- You are receiving th

[Bug 206761] Kernel stack overflow in sysctl handler for kern.binmisc.add

2016-04-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206761 --- Comment #14 from CTurt --- I've taken another look at the code and found another potential bug. I'm not certain if this is a bug yet, but I'd also like to bring the following code from `imgact_binmisc_add_entry` to attention: /

[Bug 206761] Kernel stack overflow in sysctl handler for kern.binmisc.add

2016-04-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206761 --- Comment #13 from CTurt --- (In reply to Stacey Son from comment #9) This patch looks good to me; correctly checks the size of the `xbe_name` and `xbe_interpreter` strings early on, before any out of bounds reads or writes could be perfo