mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 17:44:17 +01:00
408572a24e
In nvmf_host_fetch_discovery_log_page(), the log variable may have been
allocated on the heap during the first loop cycle, and should be
free()'d before exiting upon errors.
Reported by: Coverity
CID:
|
||
---|---|---|
.. | ||
internal.h | ||
libnvmf.h | ||
Makefile | ||
nvmf_controller.c | ||
nvmf_host.c | ||
nvmf_tcp.c | ||
nvmf_transport.c |