mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 19:26:37 +02:00
Zero memory in make_link() - needed since memory changes of today.
This commit is contained in:
@@ -423,6 +423,7 @@ Link *make_link(void)
|
||||
#ifdef DEBUGMODE
|
||||
links.inuse++;
|
||||
#endif
|
||||
memset(lp, 0, sizeof(Link));
|
||||
return lp;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user