Description
TS_INLINE char &IOBufferReader::operator[](int64_t i)
686{
687 static char _error = '\0';
688 IOBufferBlock *b = block.get();
689
690 i += start_offset;
cond_null: Condition b, taking false branch. Now the value of b is NULL.
691 while (b)
698
699 ink_assert(!"out of range");
const: At condition !!b, the value of b must be equal to 0.
null: At condition !!b, the value of b must be NULL.
dead_error_condition: The condition !!b cannot be true.
700 if (unlikely(b))
Attachments
Issue Links
- links to