freebsd-dev/sys/ofed/drivers/infiniband
Hans Petter Selasky 66a0bc2105 ibcore: Fix use-after-free access in ucma_close()
The error in ucma_create_id() left ctx in the list of contexts belong
to ucma file descriptor. The attempt to close this file descriptor causes
to use-after-free accesses while iterating over such list.

Linux commit:
ed65a4dc22083e73bac599ded6a262318cad7baf

PR:		264650
MFC after:	1 week
Sponsored by:	NVIDIA Networking
2022-06-13 17:00:16 +02:00
..
core ibcore: Fix use-after-free access in ucma_close() 2022-06-13 17:00:16 +02:00
ulp sockets: use socket buffer mutexes in struct socket directly 2022-05-12 13:22:12 -07:00
util Infiniband clients must be attached and detached in a specific order in ibcore. 2020-07-06 08:50:11 +00:00