libc/winsup/utils
Christopher Faylor 64069abe03 * cygcheck.cc (cygwin_info): Add some more bounds checking. From Matt Harget
<matt@use.net>:
* utils/cygcheck.cc (keyeprint): Move declaration before other functions so it
could be used by all functions to report error messages.  Add comment.
(add_path): Check for NULL return from malloc.
(find_on_path): Check initial uses of pointers for NULL.
(rva_to_offset): Ditto.
(init_paths): Add checking for return values of Win32 calls.
(get_dword): Ditto.
(get_word): Ditto.
(dll_info): Ditto, also add NULL pointer checks.
(scan_registry): Ditto.
(check_keys): Ditto.
(dump_sysinfo): Ditto.  Add default case to switch.  Add error reporting if
GetVolumeInformation fails, except when it returns ERROR_NOT_READY.
(track_down): Add checking for NULL pointers and return values of Win32 calls.
(cygwin_info): Ditto.  Correct small memory leak.
2000-12-16 04:53:30 +00:00
..
ChangeLog * cygcheck.cc (cygwin_info): Add some more bounds checking. From Matt Harget 2000-12-16 04:53:30 +00:00
Makefile.in * Makefile.in: Compile/link dumper.exe with c++. 2000-12-11 00:10:49 +00:00
aclocal.m4 import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
configure * Makefile.in: Use CXX to build the DLL. 2000-12-03 05:42:03 +00:00
configure.in * Makefile.in: Use CXX to build the DLL. 2000-12-03 05:42:03 +00:00
cygcheck.cc * cygcheck.cc (cygwin_info): Add some more bounds checking. From Matt Harget 2000-12-16 04:53:30 +00:00
cygpath.cc Cleanup formatting on some files. Remove excessive whitespace. 2000-10-28 05:00:00 +00:00
dumper.cc * Makefile.in: Accomodate newer gcc's which require linking of c++ programs 2000-10-28 05:39:38 +00:00
dumper.h * Makefile.in: Add dumper.exe target and associated mechanisms for building it. 2000-08-24 19:03:12 +00:00
getfacl.c Cleanup formatting on some files. Remove excessive whitespace. 2000-10-28 05:00:00 +00:00
kill.cc * kill.cc (main): Return 1 in case of errors. 2000-11-02 01:03:00 +00:00
mkgroup.c * mkgroup.c (load_netapi): New function to load netapi32.dll functions 2000-11-08 15:00:02 +00:00
mkpasswd.c * mkpasswd.c: make default home directory /home/$user if one 2000-12-07 10:31:01 +00:00
module_info.cc Cleanup formatting on some files. Remove excessive whitespace. 2000-10-28 05:00:00 +00:00
mount.cc * mount.cc (main): Call show_cygdrive_info instead of show_cygdrive_prefixes. 2000-11-08 20:39:45 +00:00
parse_pe.cc * Makefile.in: Accomodate newer gcc's which require linking of c++ programs 2000-10-28 05:39:38 +00:00
passwd.c * passwd.c (main): Initialize oldpwd before beeing used. 2000-07-31 13:35:39 +00:00
ps.cc * ps.cc (main): Add some extra space to Windows pid output for Windows 95. 2000-10-18 22:58:34 +00:00
regtool.cc * regtool.cc (find_key): Add parameter `access'. 2000-05-19 22:02:23 +00:00
setfacl.c * Makefile.in: Accomodate newer gcc's which require linking of c++ programs 2000-10-28 05:39:38 +00:00
ssp.c Cleanup formatting on some files. Remove excessive whitespace. 2000-10-28 05:00:00 +00:00
ssp.txt Cleanup formatting on some files. Remove excessive whitespace. 2000-10-28 05:00:00 +00:00
strace.cc Cleanup formatting on some files. Remove excessive whitespace. 2000-10-28 05:00:00 +00:00
umount.cc Cleanup formatting on some files. Remove excessive whitespace. 2000-10-28 05:00:00 +00:00
utils.sgml * utils.sgml: Document new options for ps and strace. 2000-11-19 04:55:49 +00:00