Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up whitespace. | Christopher Faylor | 2011-12-17 | 1 | -1/+1 |
| | |||||
* | * cygcheck.cc (handle_unique_object_name): Avoid a compiler warning. | Corinna Vinschen | 2011-03-29 | 1 | -1/+3 |
| | | | | | | | | (dump_sysinfo): Ditto. * loadlib.h (_load_sys_library): Mark as used, to avoid a compiler warning. * path.cc (oopt): Gurad with !FSTAB_ONLY to avoid a compiler warning. (read_flags): Ditto. | ||||
* | * loadlib.h: New header implementing safe LoadLibrary calls. | Corinna Vinschen | 2010-08-28 | 1 | -0/+59 |
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. |