[PATCH] Potential overflow and unused variable
authorJens Axboe <jens.axboe@oracle.com>
Mon, 30 Oct 2006 12:32:08 +0000 (13:32 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 30 Oct 2006 12:32:08 +0000 (13:32 +0100)
commitfee3bb48f748afe5cf10f8505e1efd36b87c627e
treeeabfe04ad211c1d2bac52db5fd7394087c539b07
parent16b462aeb47996111ee6aa516c9226708db7c248
[PATCH] Potential overflow and unused variable

'tmpbuf' was unused. Limit [name] entry to 255 chars to avoid
overflowing the buffer.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
init.c