-
Notifications
You must be signed in to change notification settings - Fork 6
Small fixes #34
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
Small fixes #34
Conversation
Thank you for taking your time for reporting this. I inspected the failure of the test. The functions taking This is expected behavior in To keep our API, changes are needed on your changes like:
Could you update your change? You can run the test locally with "make check". |
Then aren't we overwriting the |
Overwriting is the expected behavior. |
4b1de26
to
81bdabb
Compare
Do you have a plan to add more commits to this pull request? I will merge this. I will add the following entry to NEWS.md file: - fix potential crashes trigged when passing NULL as `file` parameter
to the API functions. Provided by Avinash Sonawane. |
Ready for review! Please let me know if something needs to be changed/removed. :) |
BTW, I'll appreciate if you could make it as |
For making understanding the changes from
This request for adding prefixes is applicable to your pull request sent to
I see. |
Found by: scan-build
`man sprintf` suggests using snprintf() instead of sprintf()
b11fdd1
to
b71b80f
Compare
Done! |
Thank you! |
Updating NEWS.md is done. |
The next step of mine is pulling the change into the ctags source tree. |
No description provided.