diff options
author | Christopher Faylor <me@cgf.cx> | 2001-02-14 23:45:56 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-02-14 23:45:56 +0000 |
commit | ee2c7251d0069de6fe5e20f9295ddc0cfd41fb5c (patch) | |
tree | a8444718cfda028aaa405a439ceaf4096e1f80e3 /winsup/cygwin/ChangeLog | |
parent | 8f8e7442bb5afe429f6bdf1316ea7527b6a62e54 (diff) | |
download | cygnal-ee2c7251d0069de6fe5e20f9295ddc0cfd41fb5c.tar.gz cygnal-ee2c7251d0069de6fe5e20f9295ddc0cfd41fb5c.tar.bz2 cygnal-ee2c7251d0069de6fe5e20f9295ddc0cfd41fb5c.zip |
* dlfcn.cc (dlopen): Do not call LoadLibrary with a NULL pointer, when the
library is not found
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 25ab74b5f..05a9c5c91 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 14 14:54:40 2001 Christophe Iasci <chrisiasci@aol.com> + + * dlfcn.cc (dlopen): Do not call LoadLibrary with a NULL pointer, when + the library is not found + 2001-02-14 Egor Duda <deo@logos-m.ru> * fhandler_console.cc (fhandler_console::char_command): Ignore unknown |