IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2008, 1:54:25 PM (18 years ago)
Author:
Paul Price
Message:

Adding assertion to prevent core dump when there are I/O problems.

File:
1 edited

Legend:

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

    r17084 r17182  
    611611    for (int i = 0; i < imageArray->n; i++) {
    612612        psImage *source = imageArray->data[i]; // Source image, from the i-th plane
     613        PS_ASSERT_IMAGE_NON_NULL(source, false);
    613614
    614615        // Type conversion here to support the modules, which don't have multiple type support yet
Note: See TracChangeset for help on using the changeset viewer.