Fix potential array overrun in act_to_str
authorEric Sandeen <sandeen@redhat.com>
Fri, 16 Dec 2011 19:06:31 +0000 (13:06 -0600)
committerJens Axboe <jaxboe@fusionio.com>
Wed, 1 Feb 2012 12:14:26 +0000 (13:14 +0100)
commit729b2bf689624646a3a9ce9a8f0dbec3eae02004
treeef06f20cf4143cabd532950ae38e99e7164b0580
parentae2dc05e9084c790e773f530cefb9a1df1d51f0a
Fix potential array overrun in act_to_str

The acts[] array is only N_ACTS elements, so we should not
ever set acts[N_ACTS]

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
blkrawverify.c