Make redbean StoreAsset() work better
- Better UBSAN error messages - POSIX Advisory Locks polyfills - Move redbean manual to /.help.txt - System call memory safety in ASAN mode - Character classification now does UNICODE
This commit is contained in:
2
third_party/zlib/zalloc.c
vendored
2
third_party/zlib/zalloc.c
vendored
@@ -20,7 +20,7 @@
|
||||
#include "libc/mem/mem.h"
|
||||
#include "third_party/zlib/zutil.internal.h"
|
||||
|
||||
void *zcalloc(void *opaque, unsigned items, unsigned size) {
|
||||
void *zcalloc(void *opaque, uInt items, uInt size) {
|
||||
return weaken(malloc)(items * size);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user