IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23296


Ignore:
Timestamp:
Mar 12, 2009, 11:40:39 AM (17 years ago)
Author:
Paul Price
Message:

Handle !time to avoid SEGV.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsStandard.c

    r22699 r23296  
    888888      default:
    889889        psError(PS_ERR_UNKNOWN, true, "Unable to parse %s.\n", pattern->name);
     890        return NULL;
     891    }
     892
     893    if (!time) {
     894        psError(PS_ERR_BAD_PARAMETER_SIZE, false, "Unable to parse time for %s", pattern->name);
    890895        return NULL;
    891896    }
Note: See TracChangeset for help on using the changeset viewer.