linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.49k stars 660 forks source link

ocp: fix option handling in internal-log #2518

Closed Ted1642 closed 1 month ago

Ted1642 commented 1 month ago

When the noraml format is specified without -t option to ocp internal-log command, the command ends abnormally with segmentation fault. This commit fixes the option handling.

igaw commented 1 month ago

Thanks!