commit | 17c01785ee12331fb8cf782ded90a5eaed0b88e1 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Sep 11 10:56:59 2014 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Sep 11 10:56:59 2014 +0300 |
tree | 66d800a2cf8a18d099d99a03c039cdf84b5d5710 | |
parent | 1c09c0ea1107a8fbb22c949235a0950b9a98e252 [diff] |
Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with empty string or tuple argument. On some platforms Tcl memory allocator returns NULL when allocating zero-sized block of memory.