commit | 88e6447451fb5525e83e802c66c3e51b4a45bf86 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Mon Sep 23 15:35:46 2019 +0200 |
committer | GitHub <noreply@github.com> | Mon Sep 23 15:35:46 2019 +0200 |
tree | 5a8a7cd4eac76900417e0cd3fd9d41fdbb388fc1 | |
parent | fcdb027234566c4d506d6d753c7d5638490fb088 [diff] |
bpo-38236: Fix init_dump_ascii_wstr() (GH-16333) Add missing "return;" (to not dereference NULL pointer).