Toggle navigation
Toggle navigation
This project
Loading...
Sign in
I_Jemin
/
ITHVNR_kor
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
mireado
2016-04-10 13:21:23 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fbea5c373304264642e6f7d853873dc56a86aa2b
fbea5c37
1 parent
6d58bbaa
utf-8 issue
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
vnr/vnrhook/src/engine/match.cc
vnr/vnrhook/src/engine/match.cc
View file @
fbea5c3
...
...
@@ -927,10 +927,9 @@ extern "C" {
// MSVC libs use _chkstk for stack-probing. MinGW equivalent is _alloca.
//void _alloca();
//void _chkstk() { _alloca(); }
// MSVC uses security cookies to prevent some buffer overflow attacks.
// provide dummy implementations.
//void _fastcall __security_check_cookie(intptr_t i) {}
void __declspec(naked) __fastcall __security_check_cookie(UINT_PTR cookie) {}
}
*/
*/
\ No newline at end of file
...
...
Please
register
or
login
to post a comment