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

[sfntedit, sfntdiff] fix long path failures #1159

Merged
merged 2 commits into from
Jun 10, 2020

Conversation

josh-hadley
Copy link
Collaborator

  • use larger buffer for file in sysOpenSearchpath in *sys.c
  • move declaration of file out of loop
  • use snprintf instead of sprintf

Closes #1139

Fix failure with very long file/pathnames.
Fix failures with very long path/filenames
Copy link
Contributor

@cjchapman cjchapman left a comment

Choose a reason for hiding this comment

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

👍

@josh-hadley josh-hadley merged commit 9503f95 into develop Jun 10, 2020
@josh-hadley josh-hadley deleted the jh-fix-long-path-failures branch June 10, 2020 15:47
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.

test cases failing with long path
2 participants