We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c9b1e commit 56aacb5Copy full SHA for 56aacb5
coverity.rst
@@ -80,18 +80,6 @@ False positives
80
``path_t.nullable`` is explicitly enabled. CID 719648
81
82
83
-Intentionally
84
--------------
85
-
86
-``Py_VA_COPY()``
87
- Python is written in C89 (ANSI C), therefore it can't use C99 features such
88
- as ``va_copy()``. Python's own variant ``Py_VA_COPY()`` uses ``memcpy()``
89
- to make a copy of a ``va_list`` variable. Coverity detects two issues in
90
- this approach: "Passing argument "lva" of type "va_list" and sizeof(va_list)
91
- to function memcpy() is suspicious." CID 486405 and "Uninitialized pointer
92
- read" CID 486630.
93
94
95
Modeling
96
========
97
0 commit comments