mirror of
https://github.com/openssh/libopenssh
synced 2026-04-23 13:16:51 +00:00
ensure malloc() and friends are in the namespace
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
#define _LEAKMALLOC_H
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
char *leak_strdup(const char *s);
|
||||
void *leak_malloc(size_t len);
|
||||
|
||||
Reference in New Issue
Block a user