Skip to content

Commit 19636f7

Browse files
Unicornafl: Fix incorrect comment (#2103)
1 parent 7aa5e1c commit 19636f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unicorn_mode/samples/python_simple/simple_test_harness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def main():
119119
binary_code = binary_file.read()
120120
binary_file.close()
121121

122-
# Apply constraints to the mutated input
122+
# Assert that the binary size is within limits
123123
if len(binary_code) > CODE_SIZE_MAX:
124124
print("Binary code is too large (> {} bytes)".format(CODE_SIZE_MAX))
125125
return

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy