]> granicus.if.org Git - python/commit
Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 30 Aug 2011 19:40:20 +0000 (21:40 +0200)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 30 Aug 2011 19:40:20 +0000 (21:40 +0200)
commit4cfb42dd2dc804600e9c1b33425f4a6095c46752
treeb4934c1c9eda63803aea04fa255dadeb6669c080
parent97d67924e3a3ac1bbe07d6abc02c233a330013f1
Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
some functions like file.write().
Lib/ctypes/test/test_buffers.py
Misc/NEWS
Modules/_ctypes/_ctypes.c