mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-11-07 11:31:00 +00:00
chkstk: another try.
This commit is contained in:
parent
3d8ca9f6aa
commit
e92dda94ce
1 changed files with 4 additions and 0 deletions
|
|
@ -295,8 +295,12 @@ static void rtlib_bzero(void *s, size_t n)
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
#ifdef _WIN64
|
||||||
|
extern "C" void __chkstk(void);
|
||||||
|
#else
|
||||||
extern "C" void _chkstk(void);
|
extern "C" void _chkstk(void);
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
// Resolve integer libcalls, but nothing else.
|
// Resolve integer libcalls, but nothing else.
|
||||||
static void* noUnknownFunctions(const std::string& name) {
|
static void* noUnknownFunctions(const std::string& name) {
|
||||||
void *addr =
|
void *addr =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue