Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-02 | system_win32: move win32_init here from easy.c | Jay Satiro | |
.. since system_win32 is a more appropriate location for the functions and to extern the globals. Ref: https://github.com/curl/curl/commit/ca597ad#r32446578 Reported-by: Gisle Vanem Closes https://github.com/curl/curl/pull/3625 | |||
2016-06-04 | win32: Introduced centralised verify windows version function | Steve Holme | |
2016-05-30 | loadlibrary: Only load system DLLs from the system directory | Steve Holme | |
Inspiration provided by: Daniel Stenberg and Ray Satiro Bug: https://curl.haxx.se/docs/adv_20160530.html Ref: Windows DLL hijacking with curl, CVE-2016-4802 |