Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/citrus



Module Name:    src
Committed By:   christos
Date:           Thu Jan  8 19:23:19 UTC 2004

Modified Files:
        src/lib/libc/citrus: citrus_mapper.c

Log Message:
PR/24023: Min Sik Kim: Don't deadlock while closing mappers. The module
uninit function can call close again, which will try to obtain a held
lock. Unlock the lock before calling the actual close function, since
we already disassociated cm from the rest of the data structures.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/lib/libc/citrus/citrus_mapper.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index