Skip to content

GH-49477: [C++][Parquet] Fix multiplication overflow in PLAIN BYTE_ARRAY decoder#49478

Draft
pitrou wants to merge 1 commit intoapache:mainfrom
pitrou:gh49477-pq-mul-overflow
Draft

GH-49477: [C++][Parquet] Fix multiplication overflow in PLAIN BYTE_ARRAY decoder#49478
pitrou wants to merge 1 commit intoapache:mainfrom
pitrou:gh49477-pq-mul-overflow

Conversation

@pitrou
Copy link
Member

@pitrou pitrou commented Mar 9, 2026

Rationale for this change

Issue found by OSS-Fuzz: https://issues.oss-fuzz.com/issues/489948953

Are these changes tested?

By forthcoming regression file, pending apache/arrow-testing#129

Are there any user-facing changes?

No.

This PR contains a "Critical Fix". Signed integer overflow is undefined behavior, so this could result in any kind of misbehavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant