Skip to content
Snippets Groups Projects
Commit 50e52b9e authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

modules: fix reading proxy-node out GVariants

GVariant is instructed to store a 64-bit unsigned integer (mode "t")
but we pass it a pointer to a pointer to read this value out,
which will crash in 32-bit architectures, as the pointer doesn't have
enough bits and g_variant_lookup therefore corrupts the stack.
parent 9246eba8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment