Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assert that the pmParseDebug parameter is not null
This should also resolve Coverity Scan issue 89187, which correctly points out, that since later code was checking for NULL, spec could possibly be NULL when being passed to strcmp, which would then result in a NULL dereference. In this case, we're simply educating Coverity Scan, and ourselves, that in fact, the spec parameter can never be NULL.
- Loading branch information