Files
copilot-swe-agent[bot] e896179f3e Add regression test for DataDescriptorStream boundary bug
Test reproduces the infinite loop scenario where:
- ZIP file contains data filled with 0x50 ('P') bytes
- Non-seekable stream triggers DataDescriptorStream usage
- Partial signature matches at buffer boundaries caused infinite rewind loop

The test verifies that with the fix in place, extraction completes
successfully without hanging. It includes safeguards to detect if the
infinite loop condition occurs (> 1000 read iterations for 100KB file).

Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
2026-01-28 14:34:58 +00:00
..
2025-10-28 11:26:31 +00:00
2025-10-28 11:07:53 +00:00
2026-01-24 10:23:02 +00:00
2025-10-27 12:34:24 +00:00