F
FreeBSD Security
Guest
The inpcb layer maintains several hash tables which are synchronized by a combination of mutexes and the use of lock-free data structures. The implementation of the latter was flawed such that a locked lookup could return a socket that was in the process of being removed from the table.
Continue reading...