Skip to content

Fix buffer overflow bug in HloLexer::LexInt64Impl and add regression tests. #94982

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

copybara-service[bot]
Copy link

Fix buffer overflow bug in HloLexer::LexInt64Impl and add regression tests.

It is possible to have a buffer with last character being a digit character instead of a NULL character. For that scenario, current implementation fails by calling *pos even after reaching the end. The pos < end check takes care of it.

@copybara-service copybara-service bot force-pushed the exported_pr_768268179 branch from 800df52 to cf47a4b Compare June 7, 2025 07:27
…n tests.

It is possible to have a buffer with last character being a digit character instead of a NULL character. For that scenario, current implementation fails by calling `*pos` even after reaching the end. The `pos < end` check takes care of it.

PiperOrigin-RevId: 768268179
@copybara-service copybara-service bot force-pushed the exported_pr_768268179 branch from cf47a4b to 1edb77a Compare June 8, 2025 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
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