CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [email protected]     2010-04-09 16:51:09

Modified files:
        cygwin         : ChangeLog path.cc path.h 

Log message:
        * path.cc (path_conv::set_normalized_path): Use crealloc_abort to avoid 
a
        memory leak.
        * path.h (path_conv::operator =): Just use cstrdup to allocate 
normalized_path,
        avoiding attempt to free a pointer which is allocated in another pc.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4900&r2=1.4901
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/path.cc.diff?cvsroot=uberbaum&r1=1.582&r2=1.583
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/path.h.diff?cvsroot=uberbaum&r1=1.139&r2=1.140

Reply via email to