CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2009-06-06 11:47:29

Modified files:
        winsup/cygwin  : ChangeLog dll_init.cc dll_init.h 

Log message:
        * dll_init.h (struct dll): Set size of name element to ANYSIZE_ARRAY.
        * dll_init.cc: Fix formatting.
        (dll_list::alloc): Only allocate as much memory for struct dll as
        necessary for given DLL name.
        (dll_list::load_after_fork): Only read a single page of parent memory.
        Only read more if namelen indicates that it's necessary.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4508&r2=1.4509
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dll_init.cc.diff?cvsroot=src&r1=1.60&r2=1.61
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dll_init.h.diff?cvsroot=src&r1=1.15&r2=1.16

Reply via email to