https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215373
Bug ID: 215373
Summary: Unneeded (?) assertion in ttyinq_line_iterate() from
sys/kern/tty_inq.c
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
On CURRENT r309302 with debuggin on I'm getting assertions like here:
https://lists.freebsd.org/pipermail/freebsd-current/2011-May/024573.html
They seem to happen randomly on key presses.
Is the second "MPASS(tib != NULL);" needed? Is it possible that "tib->tib_next"
is NULL on the last loop iteration (i.e. offset gets incremented to
ti->ti_end)? The first MPASS should be enough.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"