Skip to content
Snippets Groups Projects
Unverified Commit 2dbe1d18 authored by Brian Carrier's avatar Brian Carrier Committed by GitHub
Browse files

Replaced tabs

parent 81db2d7a
No related branches found
No related tags found
No related merge requests found
......@@ -1224,9 +1224,9 @@ ntfs_proc_compunit(NTFS_INFO * ntfs, NTFS_COMP_INFO * comp,
// Prevent an OOB write of comp->uncomp_buf
if ((comp->uncomp_idx >= comp->buf_size_b) || (fs->block_size > comp->buf_size_b - comp->uncomp_idx)) {
tsk_error_reset();
tsk_error_reset();
tsk_error_set_errno(TSK_ERR_FS_READ);
tsk_error_set_errstr("ntfs_proc_compunit: Buffer not big enough for uncompressed data (Index: %"PRIuSIZE ")", comp->uncomp_idx);
tsk_error_set_errstr("ntfs_proc_compunit: Buffer not big enough for uncompressed data (Index: %"PRIuSIZE ")", comp->uncomp_idx);
return 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment