mirror of
https://github.com/monero-project/monero.git
synced 2025-06-01 07:04:47 -04:00
update unbound
This commit is contained in:
parent
7792255968
commit
93944333c5
45 changed files with 2290 additions and 3300 deletions
3
external/unbound/util/alloc.c
vendored
3
external/unbound/util/alloc.c
vendored
|
@ -364,6 +364,9 @@ void *unbound_stat_malloc(size_t size)
|
|||
#ifdef calloc
|
||||
#undef calloc
|
||||
#endif
|
||||
#ifndef INT_MAX
|
||||
#define INT_MAX (((int)-1)>>1)
|
||||
#endif
|
||||
/** calloc with stats */
|
||||
void *unbound_stat_calloc(size_t nmemb, size_t size)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue