Files
macports-ports/sysutils/sleuthkit/files/patch-tsk-img-ewf.cpp.diff
2025-04-16 07:46:47 -05:00

12 lines
394 B
Diff

--- tsk/img/ewf.cpp.orig 2025-04-15 13:37:13
+++ tsk/img/ewf.cpp 2025-04-16 07:25:27
@@ -67,7 +67,7 @@
tsk_take_lock(&(ewf_info->read_lock));
#if defined( HAVE_LIBEWF_V2_API )
- cnt = libewf_handle_read_random(ewf_info->handle,
+ cnt = libewf_handle_read_buffer_at_offset(ewf_info->handle,
buf, len, offset, &ewf_error);
if (cnt < 0) {
char *errmsg = NULL;