Charalampos Stratakis <cstra...@redhat.com> added the comment:

First issue in Objects/bytearrayobject.c [0].

warning: use of NULL ‘<unknown>’ where non-null expected [CWE-690] 
[-Wanalyzer-null-argument]
  277 |         memcpy(result->ob_bytes, va.buf, va.len);

[0] https://github.com/python/cpython/blob/master/Objects/bytearrayobject.c#L277

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41175>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to