IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14464


Ignore:
Timestamp:
Aug 10, 2007, 10:20:38 AM (19 years ago)
Author:
jhoblitt
Message:

fix a possible deadlock in psErrorStackGetNoAlloc()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psError.c

    r11686 r14464  
    1111 *  @author Eric Van Alst, MHPCC
    1212 *
    13  *  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2007-02-07 23:52:54 $
     13 *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2007-08-10 20:20:38 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    111111    pthread_mutex_lock(&lockErrorStack);
    112112    if (errorStackKeyInitialized == false) {
     113        pthread_mutex_unlock(&lockErrorStack);
    113114        return NULL;
    114115    }
Note: See TracChangeset for help on using the changeset viewer.