HardenedBSD/sbin/nvmecontrol
John Baldwin c8703409ed nvmecontrol: Fix a sign compare mismatch
Even though mqes (uint16_t) and queue_size (u_int) are both unsigned,
the expression 'mqes + 1' gets promoted to int which is signed.  Keep
the value unsigned by explicitly promoting mqes to u_int before
incrementing the value.

Reported by:	GCC
2024-05-07 13:54:00 -07:00
..
modules
tests
comnd.c
comnd.h
connect.c nvmecontrol: New commands to support Fabrics hosts 2024-05-02 16:30:10 -07:00
devlist.c
disconnect.c nvmecontrol: New commands to support Fabrics hosts 2024-05-02 16:30:10 -07:00
discover.c nvmecontrol: New commands to support Fabrics hosts 2024-05-02 16:30:10 -07:00
fabrics.c nvmecontrol: Fix a sign compare mismatch 2024-05-07 13:54:00 -07:00
fabrics.h nvmecontrol: New commands to support Fabrics hosts 2024-05-02 16:30:10 -07:00
firmware.c
format.c
identify_ext.c
identify.c
logpage.c
Makefile nvmecontrol: New commands to support Fabrics hosts 2024-05-02 16:30:10 -07:00
Makefile.depend
nc_util.c
ns.c
nsid.c
nvmecontrol_ext.h
nvmecontrol.8 nvmecontrol: New commands to support Fabrics hosts 2024-05-02 16:30:10 -07:00
nvmecontrol.c
nvmecontrol.h
passthru.c
perftest.c
power.c
reconnect.c nvmecontrol: New commands to support Fabrics hosts 2024-05-02 16:30:10 -07:00
reset.c
resv.c
sanitize.c
selftest.c