freebsd_amp_hwpstate/lib/libnvmf
Pierre Pronchery 408572a24e libnvmf: avoid resource leak
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:		1545034
Sponsored by:	The FreeBSD Foundation

Reviewed by: imp,jhb
Pull Request: https://github.com/freebsd/freebsd-src/pull/1239
2024-05-21 17:41:04 -06:00
..
Makefile libnvmf: Add internal library to support NVMe over Fabrics 2024-05-02 16:28:16 -07:00
internal.h libnvmf: Add internal library to support NVMe over Fabrics 2024-05-02 16:28:16 -07:00
libnvmf.h libnvmf: Add internal library to support NVMe over Fabrics 2024-05-02 16:28:16 -07:00
nvmf_controller.c libnvmf: Add internal library to support NVMe over Fabrics 2024-05-02 16:28:16 -07:00
nvmf_host.c libnvmf: avoid resource leak 2024-05-21 17:41:04 -06:00
nvmf_tcp.c nvmf_tcp: Correct tests for PDU direction 2024-05-06 14:03:48 -07:00
nvmf_transport.c libnvmf: Add internal library to support NVMe over Fabrics 2024-05-02 16:28:16 -07:00