Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
cond_notnull: Condition ctx, taking true branch. Now the value of ctx is not NULL.
165 ink_assert(ctx);
notnull: At condition ctx, the value of ctx cannot be NULL.
dead_error_condition: The condition !ctx cannot be true.
166 if (!ctx)
Attachments
Issue Links
- links to