CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2013-05-23 20:10:35

Modified files:
        winsup/cygwin  : ChangeLog dcrt0.cc fork.cc 

Log message:
        * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Fix datatype of
        stacksize to SIZE_T.  Cast to SIZE_T in pointer arithmetic.  Slightly
        enhance output in case of a fatal error.
        * fork.cc (frok::parent): Always set ch.stackaddr to DeallocationStack
        value of current thread to help stack reservation in
        child_info_fork::alloc_stack_hard_way along.  Simplify subsequent code
        storing stack values in ch.  Print guardsize in hex, too.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6127&r2=1.6128
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&r1=1.445&r2=1.446
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fork.cc.diff?cvsroot=src&r1=1.240&r2=1.241

Reply via email to