Skip to content

Commit 3fac30e

Browse files
committed
test_memset: Limit fixed length shellcode
1 parent f9cd49f commit 3fac30e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_memset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def memset_get_shellcode(temp_dir_path, compiler_arch, memset_helper, copy_bytes
6060
copy_bytes
6161
),
6262
],
63-
0x1000 * len(copy_bytes),
63+
0x1000,
6464
base_address=helper.shellcode_address
6565
)
6666

0 commit comments

Comments
 (0)