Bugzilla – Attachment #28199: proc-read-signedness.patch for bug #65318
return -ENOMEM;
while ((nbytes > 0) && !eof) {
count = min_t(ssize_t, PROC_BLOCK_SIZE, nbytes);
count = min_t(size_t, PROC_BLOCK_SIZE, nbytes);
start = NULL;
if (dp->get_info) {