Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f06417f
AVRO-4299: [perl] Validate available bytes before allocating for leng…
iemejia Jul 11, 2026
e51a7b1
AVRO-4299: [perl] Avoid explicit return undef in _bytes_remaining
iemejia Jul 11, 2026
92df248
AVRO-4299: [perl] Reject negative lengths; restore position robustly;…
iemejia Jul 11, 2026
98aaeb6
AVRO-4299: [perl] Compare collection size via division to avoid overflow
iemejia Jul 11, 2026
fa8332b
AVRO-4299: [perl] Reject short reads and negative skip lengths
iemejia Jul 11, 2026
9a4cf0a
AVRO-4299: [perl] Skip bytes relative to the current position
iemejia Jul 12, 2026
25ab8ab
AVRO-4299: [perl] Validate and relatively-skip bytes/fixed/block fields
iemejia Jul 12, 2026
8af98be
AVRO-4299: [perl] Reject a negative block size in skip_block
iemejia Jul 12, 2026
fce9c6a
AVRO-4299: [perl] Fix skip_block call signature for array/map skipping
iemejia Jul 12, 2026
ddca5b5
AVRO-4299: [perl] Cap zero-byte collection element allocation
iemejia Jul 12, 2026
384ef7e
AVRO-4299: [perl] Test INT64_MIN block count is bounded
iemejia Jul 12, 2026
f46ed3d
AVRO-4299: [perl] Apply structural cap to zero-byte collections; fix …
iemejia Jul 12, 2026
d53c40e
AVRO-4299: [perl] Validate available bytes before skipping a fixed
iemejia Jul 12, 2026
929db90
AVRO-4299: [perl] Force the availability check on seek-based skip paths
iemejia Jul 12, 2026
f2b4562
AVRO-4299: [perl] Count decoded map entries for cumulative caps
iemejia Jul 12, 2026
985cfa8
AVRO-4299: [perl] Bounds-check union and enum indices
iemejia Jul 12, 2026
afe56c5
AVRO-4299: [perl] Reject overlong varints in unsigned_varint
iemejia Jul 12, 2026
b3666f6
AVRO-4299: [perl] Treat a short read as a parse error in unsigned_varint
iemejia Jul 12, 2026
1778a63
AVRO-4299: [perl] Bound byte-sized skip blocks; reject negative decod…
iemejia Jul 13, 2026
58989e7
AVRO-4299: [perl] Descriptive skip_union out-of-range message
iemejia Jul 13, 2026
f83a2bf
AVRO-4299: [perl] Fix test comments: union index is a zig-zag int
iemejia Jul 13, 2026
fc5509a
AVRO-4299: [perl] Pin default limit in the huge-null-array test
iemejia Jul 13, 2026
8d8a8e4
AVRO-4299: [perl] skip_block size-vs-count check; make tests env-inde…
iemejia Jul 13, 2026
8c79c31
AVRO-4299: [perl] Correct zero-byte element test comment
iemejia Jul 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading