Skip to content

Commit

Permalink
Fix issue #1719.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Jun 1, 2022
1 parent 1cd5d47 commit 6c5fd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libyara/proc/linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ YR_API YR_MEMORY_BLOCK* yr_process_get_next_memory_block(
stderr,
"- %s() {} = %p // .base=0x%" PRIx64 " .size=%" PRIu64 "\n",
__FUNCTION__,
result,
context->current_block,
context->current_block.base,
context->current_block.size);

Expand Down

0 comments on commit 6c5fd5e

Please sign in to comment.