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

fixed nullptr check bug (zran.c:516) #2

Merged
merged 2 commits into from
Apr 27, 2017

Conversation

zrajna
Copy link
Contributor

@zrajna zrajna commented Apr 27, 2017

eliminated other nullptr checks before free, see 7.20.3.2/2 from ISO-IEC 9899 (C standard)

added/fixed some comments

… before free, see 7.20.3.2/2 from ISO-IEC 9899 (C standard)

added/fixed some comments
@pauldmccarthy
Copy link
Owner

Well spotted - thanks!

r.e. always checking != NULL ... old habits die hard ...

Would you mind removing the .gitignore?

@pauldmccarthy
Copy link
Owner

pauldmccarthy commented Apr 27, 2017

Thanks! I am not anticipating much activity on this project in the near term (apart from #1 - let's see how that pans out), so will probably build a 0.3.2 release (incorporating this PR) within the next couple of weeks.

@pauldmccarthy pauldmccarthy merged commit 655b6e1 into pauldmccarthy:master Apr 27, 2017
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