Search notes:

gs_cookie.c

gs_cookie.c defines the buffer overrun security cookie: a (per module) global variable named __security_cookie. This variable is used and required when a source is compiled with the /GS compiler option.
The function that initializes the cookie, __security_init_cookie(), is defined in gs_support.c.

Index