We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04bde32 commit 0a18cbbCopy full SHA for 0a18cbb
tests/attack/5-vulns/2-append-bytes-decode.py
@@ -34,7 +34,6 @@ async def main():
34
rand_bytes = random.randbytes(append_length)
35
new_frame = frame + rand_bytes
36
try:
37
- print(byte_offset, bit_offset)
38
decoded = await asyncio.wait_for(
39
asyncio.to_thread(r.decode, new_frame), 10
40
)
0 commit comments