Staging: rts_pstor: fix read past end of buffer
authorDan Carpenter <error27@gmail.com>
Wed, 9 Feb 2011 09:40:12 +0000 (12:40 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 9 Feb 2011 20:11:55 +0000 (12:11 -0800)
We read one space past the end of the buffer because we add 1.

Also I changed it to use ARRAY_SIZE() instead of manually calculating
the size.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found