Thanks to visit codestin.com Credit goes to github.com
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 1f9d907 commit c175175Copy full SHA for c175175
1 file changed
Modules/sha1module.c
@@ -488,6 +488,7 @@ SHA1_new(PyObject *self, PyObject *args, PyObject *kwdict)
488
static char *kwlist[] = {"string", NULL};
489
SHA1object *new;
490
Py_buffer buf;
491
+ buf.buf = NULL;
492
493
if (!PyArg_ParseTupleAndKeywords(args, kwdict, "|s*:new", kwlist,
494
&buf)) {
0 commit comments