Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Update src/main/java/de/hhu/bsinfo/dxmem/operations/RawCompare.java
Browse files Browse the repository at this point in the history
Co-Authored-By: LarsMeh <[email protected]>
  • Loading branch information
2 people authored and Lars Mehnert committed May 15, 2019
1 parent d9f9f15 commit 8aabcfa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public boolean compare(final long p_address, final int p_offset, final byte p_su
*/
public boolean compare(final long p_address, final int p_offset, final byte[] p_suspect) {
int offset = p_offset;

for (byte b : p_suspect) {
if (!compare(p_address, offset, b))
return false;
Expand Down

0 comments on commit 8aabcfa

Please sign in to comment.