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

Fix implementation of opj_calloc #705

Merged
merged 1 commit into from
May 10, 2016
Merged

Fix implementation of opj_calloc #705

merged 1 commit into from
May 10, 2016

Conversation

stweil
Copy link
Contributor

@stweil stweil commented Jan 24, 2016

The parameter "size" is typically the size of some data type and should
never be 0. It is much more important to check the "num" parameter if
defined behaviour is required.

Remove also a comment which is not helpful.

Signed-off-by: Stefan Weil sw@weilnetz.de

The parameter "size" is typically the size of some data type and should
never be 0. It is much more important to check the "num" parameter if
defined behaviour is required.

Remove also a comment which is not helpful.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
@stweil
Copy link
Contributor Author

stweil commented Apr 23, 2016

Ping?

@stweil
Copy link
Contributor Author

stweil commented May 10, 2016

Ping²?

@mayeut mayeut merged commit 4d2b6a6 into uclouvain:master May 10, 2016
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.

None yet

2 participants