diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-13 12:02:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-13 12:02:29 +0000 |
commit | 751ac5be401fcb4b633a5ea3116de2f9d7452bbb (patch) | |
tree | 442d9b37f3c5f5d306a9eef7b35363b78ac1c5a3 /src/pass.c | |
parent | Adding upstream version 0.36. (diff) | |
download | nwipe-751ac5be401fcb4b633a5ea3116de2f9d7452bbb.tar.xz nwipe-751ac5be401fcb4b633a5ea3116de2f9d7452bbb.zip |
Adding upstream version 0.37.upstream/0.37upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/pass.c')
-rw-r--r-- | src/pass.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -324,7 +324,7 @@ int nwipe_random_pass( NWIPE_METHOD_SIGNATURE ) /* For the first block only, check the prng actually wrote something to the buffer */ if( z == c->device_size ) { - idx = c->device_stat.st_blksize; + idx = c->device_stat.st_blksize - 1; while( idx > 0 ) { if( b[idx] != 0 ) |