iobuf_esopen passes pointer of uninitialized var len to file_es_filter, where it
is being used.
Description
Description
Related Objects
Related Objects
- Mentioned Here
- rGeb957ffc4797: common: Avoid undefined behavior.
Event Timeline
Comment Actions
Fixed with commit eb957ffc. Thanks.
However, this is not a problem because that value is not used.
Comment Actions
Very conveniently in git:
Found using the Clang Static Analyzer. Signed-off-by: Justus Winter <justus@g10code.com>