IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6402


Ignore:
Timestamp:
Feb 9, 2006, 10:27:03 AM (20 years ago)
Author:
Paul Price
Message:

Fixing SEGV on !tmpChip.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_p0/psModules/src/astrom/pmFPA.c

    r6386 r6402  
    1212* XXX: Should we implement non-linear cell->chip transforms?
    1313*
    14 *  @version $Revision: 1.1.2.9 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2006-02-08 23:02:02 $
     14*  @version $Revision: 1.1.2.10 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2006-02-09 20:27:03 $
    1616*
    1717*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    161161        for (psS32 i = 0 ; i < chips->n ; i++) {
    162162            pmChip *tmpChip = chips->data[i];
     163            if (! tmpChip) {
     164                continue;
     165            }
    163166            chips->data[i] = NULL;
    164167            tmpChip->parent = NULL;
Note: See TracChangeset for help on using the changeset viewer.