Actions
Bug #6584
closedharmless off-by-one in blkdev
Start date:
2016-01-28
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
Apparently I introduces a harmless off-by-one in blkdev with 6305. When copying the inquiry strings into the device_error kstat we're copying one byte less than we should.
Updated by Electric Monk over 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 1a3a6dee3c970f347783cae39e1f3536e3116a96
commit 1a3a6dee3c970f347783cae39e1f3536e3116a96 Author: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Date: 2016-01-28T23:27:46.000Z 6584 harmless off-by-one in blkdev Reviewed by: Dan Fields <dan.fields@nexenta.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
Actions