summaryrefslogtreecommitdiffstats
path: root/winsup/utils/ldh.cc
Commit message (Collapse)AuthorAgeFilesLines
* * ldh.cc (WinMain): Change DONT_RESOLVE_DLL_REFERENCES toCorinna Vinschen2010-08-281-1/+1
| | | | LOAD_WITH_ALTERED_SEARCH_PATH.
* * loadlib.h: New header implementing safe LoadLibrary calls.Corinna Vinschen2010-08-281-1/+1
| | | | | | | | | | | | Include throughout files using LoadLibrary function. * cygcheck.cc (dump_sysinfo): Retrieve kernel32.dll handle via GetModuleHandle, rather than using LoadLibrary. * cygpath.cc (get_long_name): Ditto. (do_sysfolders): Append .dll suffix in LoadLibrary call. * ldh.cc (WinMain): Use LoadLibraryExW with DONT_RESOLVE_DLL_REFERENCES to avoid loading malicious library code. * locale.cc (print_locale_with_codeset): Change way to retrieve kernel32.dll path.
* Re-add inexplicably missing ldh.cc.Christopher Faylor2009-03-181-0/+17