HardenedBSD/sys/dev/nvme
Warner Losh 36a87d0c6f nvme: Sanity check completion id
Make sure the completion ID is in the range of [0..num_trackers) since
the values past the end of the act_tr array are never going to be valid
trackers and will lead to pain and suffering if we try to dereference
them to get the tracker or to set the tracker back to NULL as we
complete the I/O.

Sponsored by:		Netflix
Reviewed by:		mav, chs, chuck
Differential Revision:	https://reviews.freebsd.org/D32088
2021-09-28 21:21:50 -06:00
..
nvme_ahci.c
nvme_ctrlr_cmd.c
nvme_ctrlr.c
nvme_ns_cmd.c
nvme_ns.c
nvme_pci.c
nvme_private.h nvme: count number of ignored interrupts 2021-09-28 21:18:00 -06:00
nvme_qpair.c nvme: Sanity check completion id 2021-09-28 21:21:50 -06:00
nvme_sim.c
nvme_sysctl.c nvme: count number of ignored interrupts 2021-09-28 21:18:00 -06:00
nvme_test.c
nvme_util.c
nvme.c
nvme.h