[Python-checkins] devguide: document path_converter() issue

christian.heimes python-checkins at python.org
Wed Jul 24 20:39:26 CEST 2013


http://hg.python.org/devguide/rev/f0fa852d6eba
changeset:   630:f0fa852d6eba
user:        Christian Heimes <christian at cheimes.de>
date:        Wed Jul 24 20:39:19 2013 +0200
summary:
  document path_converter() issue

files:
  coverity.rst |  6 ++++++
  1 files changed, 6 insertions(+), 0 deletions(-)


diff --git a/coverity.rst b/coverity.rst
--- a/coverity.rst
+++ b/coverity.rst
@@ -69,6 +69,12 @@
   overflow if data is written to a fixed size buffer although
   ``length <= sizeof(buffer)``.  CID 486613
 
+``path_converter()`` dereferencing after null check
+  The ``path_converter()`` function in ``posixmodule.c`` makes sure that
+  either ``path_t.narrow`` or ``path_t.wide`` is filled unless
+  ``path_t.nullable`` is explicitly enabled. CID 719648
+
+
 Intentionally
 -------------
 

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list