Closed buslov closed 7 years ago
Hey there, thanks for the report, much appreciated.
However, can you tell me the codepath where i->s
can be a used as a null pointer? I think this is a false positive in PVS studio. bbuf_cpy
's return value is checked which is i->s
.
Like I said, a false positive in PVS studio.
I'm a member of the Pinguem.ru competition on finding errors in open source projects. A bug, found using PVS-Studio.
Warning: V595 The 'i->s' pointer was utilized before it was verified against nullptr.