IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 17, 2007, 10:01:18 AM (19 years ago)
Author:
Paul Price
Message:

Fixing SEGV when !biassecs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmHDUGenerate.c

    r15326 r15327  
    207207        }
    208208        psList *biassecs = biassecItem->data.V;
    209         if (biassecs->n != 0) {
     209        if (!biassecs || biassecs->n != 0) {
    210210            allFixed = false;
    211211            continue;
Note: See TracChangeset for help on using the changeset viewer.