mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 14:54:21 -04:00
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 |
||
|---|---|---|
| .. | ||
| internal.h | ||
| libnvmf.h | ||
| Makefile | ||
| nvmf_controller.c | ||
| nvmf_host.c | ||
| nvmf_tcp.c | ||
| nvmf_transport.c | ||