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

[makeotfexe] fix stack-buffer-overflow and heap-use-after-free #1183

Merged
merged 2 commits into from
Jul 14, 2020

Conversation

cjchapman
Copy link
Contributor

This PR fixes two issues found by running makeotfexe_test.py with AddressSanitizer (ASAN):

  • heap-use-after-free in recode.c
  • stack-buffer-overflow in featgram.c

Copy link
Collaborator

@josh-hadley josh-hadley left a comment

Choose a reason for hiding this comment

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

👍

@cjchapman cjchapman merged commit f908188 into develop Jul 14, 2020
@cjchapman cjchapman deleted the cjc-fix-makeotfexe-mem-issues branch July 14, 2020 16:13
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.

2 participants