Skip to content
Commit c1fb6516 authored by Simon Feltman's avatar Simon Feltman
Browse files

Fix stack corruption due to incorrect format for argument parser

Fix call to PyArg_ParseTupleAndKeywords that used a format parser
of "l" meaning long (8 bytes) in combination with an output pointer
of guint (4 bytes). Change to use gulong with a format of "k".

https://bugzilla.gnome.org/show_bug.cgi?id=696892
parent 5f82e007
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment