linux-nvme / nvme-cli

NVMe management command line interface.

Home Page:https://nvmexpress.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiplication result may overflow 'int' before it is converted to 'unsigned long long'.

igaw opened this issue · comments

Multiplication result may overflow 'int' before it is converted to 'unsigned long long'.

nvme.c:7322

		/* Update the data size based on the required block count */
		buffer_size = (nblocks + 1) * logical_block_size;

Tracking issue for: