Skip to content

Commit f65c258

Browse files
authored
Fix hexdump regression in 3.3.1 (#840)
1 parent d55874a commit f65c258

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pwnlib/util/fiddling.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,7 @@ def style_byte(b):
673673

674674
# Chunk is unique, no longer skipping
675675
skipping = False
676+
last_unique = chunk
676677

677678
# Generate contents for line
678679
hexbytes = ''

0 commit comments

Comments
 (0)