https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206680

--- Comment #2 from CTurt <[email protected]> ---
Correct.

I cited `kbd_realloc_array` in my comment because it is the most blatant
example of code which is no longer thread safe, following the removal of
`spltty` and `splx`.

However, it is not just `kbd_realloc_array` which needs to be sorted. The whole
of this source file seems to rely on using `spltty` to prevent race attacks,
which means multiple locks will probably need to be used.

-- 
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]"

Reply via email to