-
Notifications
You must be signed in to change notification settings - Fork 101
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
tests failing when run via valgrind(1) #6
Comments
wtf |
yeah, not only that, but it looks like the |
yeah.. this needs to be refactored this would probably solve it: tmp = (char *) realloc(enc, size + 4);
if (NULL != tmp) {
enc = tmp;
} |
lemme check |
nope, still broken:
|
hmm...! |
also getting this issue on OS X so +1 |
we should probably refactor to not rely on if a refactor is cool with you, i'll try to get something put together once i get some time together |
@stephenmathieson yeah absolutely |
Here found some leaks b64.c (c58610f)
|
The text was updated successfully, but these errors were encountered: