| Previous | Next |
| ippStsMemAllocErr | ippStsRangeErr |
ippStsNullPtrErr
This is a caller contract error. A required input, output, context, specification, table or size pointer was null at the API boundary.
The key diagnostic task is to find which pointer is mandatory for the exact function. Some IPP APIs allow selected optional pointers to be null, while others require every pointer parameter.
Diagnostic focus
- Log the names of all pointer arguments before the wrapper calls IPP.
- Check initialization paths for context/specification pointers separately from data buffers.
- Do not replace this with an empty buffer unless the API explicitly supports zero-length input.
Looking for a different code? Search another status or error code.