sahlberg / libnfs

NFS client library
Other
524 stars 201 forks source link

Check return value from adjust_inbuf. #423

Closed dgaleano-ilm closed 1 year ago

dgaleano-ilm commented 1 year ago

Otherwise we may have failed to allocate the buffer required to read the rest of the response and we would not know, resulting in reading the incoming data into a buffer too small for it.

sahlberg commented 1 year ago

Merged, thanks