-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2014-07-02 20:56 UTC+0200 Viktor Szakats (vszakats users.noreply.gith…
…ub.com) * contrib/hbcurl/global.c ! memory allocation wrappers updated to better mimic behavior of standard malloc()/realloc()/free()/calloc() It is particularly important to let free() silently accept NULL argument. [I chose zero size allocations to return NULL.] ; Cricital update for anyone using libcurl 7.36.0 or newer * README.md + Thanks note to donators!
- Loading branch information
Showing
3 changed files
with
26 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters