libiscsi icon indicating copy to clipboard operation
libiscsi copied to clipboard

memory issue in iser

Open clicx opened this issue 6 years ago • 0 comments

in iser.c, line 333: if (pdu->indata.size <= iscsi->smalloc_size) {

it should be if (pdu->indata.size >= iscsi->smalloc_size) {

clicx avatar Nov 09 '18 02:11 clicx