OSDN Git Service

* dcrt0.cc (__argc_safe): New variable.
authorcgf <cgf>
Fri, 5 Sep 2003 01:55:00 +0000 (01:55 +0000)
committercgf <cgf>
Fri, 5 Sep 2003 01:55:00 +0000 (01:55 +0000)
commit6e7ca4ae983984d1e21ad12eaacac2463f8cc4e9
tree2bf773e597fe40c107a09d60c0dc476beaacb693
parent1d81b4b83724bfe8027750189b91fe78998bec22
* dcrt0.cc (__argc_safe): New variable.
(dll_crt0_1): Store argc in __argc_safe, which will theoretically remain
untouched by the user.
* fhandler_console.cc (fhandler_console::read): Silence some compiler warnings.
* fhandler_raw.cc (fhandler_dev_raw::raw_read): Ditto.
* pinfo.cc (_pinfo::commune_recv): Carefully bound argv scan and check for
potentially bad pointers since user could have set argv cell to anythinw.
* cygheap.h (CYGHEAPSIZE): Bump up size.
winsup/cygwin/ChangeLog
winsup/cygwin/cygheap.h
winsup/cygwin/dcrt0.cc
winsup/cygwin/fhandler_console.cc
winsup/cygwin/fhandler_raw.cc
winsup/cygwin/pinfo.cc