Skip to content
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

ICU-22929 Improve fuzzer to find leak from udat_open #3333

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

FrankYFTang
Copy link
Contributor

Try to find out what cause ICU-23008. Use ICU-22929 as bug number to improve fuzzer to find the problem.
According to ICU-23008 bug report, the leak of DecimalFormatSymbols can be reach by udat_open when the style is UDAT_PATTERN

Checklist

  • Required: Issue filed: ICU-22929
  • Required: The PR title must be prefixed with a JIRA Issue number. Example: "ICU-1234 Fix xyz"
  • Required: Each commit message must be prefixed with a JIRA Issue number. Example: "ICU-1234 Fix xyz"
  • Issue accepted (done by Technical Committee after discussion)
  • Tests included, if applicable
  • API docs and/or User Guide docs changed or added, if applicable

Try to find out what cause ICU-23008. Use ICU-22929 as bug number
to improve fuzzer to find the problem.
According to ICU-23008 bug report, the leak of DecimalFormatSymbols
can be reach by udat_open when the style is UDAT_PATTERN
Copy link
Contributor

@richgillam richgillam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@FrankYFTang FrankYFTang merged commit 13a5e29 into unicode-org:main Jan 14, 2025
94 checks passed
@FrankYFTang FrankYFTang deleted the addFuzzerForudat_open branch January 14, 2025 23:41
@cjchapman
Copy link
Member

Thanks for adding this!

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.

4 participants