[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100903091631.GI5437@bicker>
Date: Fri, 3 Sep 2010 11:16:32 +0200
From: Dan Carpenter <error27@...il.com>
To: Adrian Hunter <adrian.hunter@...ia.com>
Cc: linux-kernel@...r.kernel.org, Jens Axboe <axboe@...nel.dk>
Subject: does "block: add secure discard" cause an overflow?
This is the commit 8d57a98ccd0b44 "block: add secure discard".
The patch adds a letter 'E' to the string in blk_fill_rwbs().
if (rw & REQ_SECURE)
rwbs[i++] = 'E';
The problem is that "rwbs" is a 6 character buffer and if all the flags
are set the we'd get "WABSME" which would put us off the end (when you
add the NUL terminator).
regards,
dan carpenter
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists