Fix off-by-one error in the BlueSky simple storage backend.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 21 Jan 2011 00:34:59 +0000 (16:34 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 21 Jan 2011 00:34:59 +0000 (16:34 -0800)
commit3545d572eecff2a6e0ad53bfae3ed0c35f232cbe
tree4a28a80ec6c8871b7f9d395e48fc52df438bf72d
parentc5521806064224d3275d7a54ff95d329905804d7
Fix off-by-one error in the BlueSky simple storage backend.

One extra byte of data was being included into the data returned, leading
to data corruption.  Fix this.
bluesky/store-simple.c