Skip to content
Commit eb6566cf authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

feh_parse_options_from_string: allocate argv list on stack

This fixes a really weird bug where continued theme definitions containing
just one option/value pair caused feh to mis-parse parts of the following
line.

Apparently, subsequent realloc calls mixed with strdups in another function
caused parts of the list (argv) content to be overwritten by the content of
the list pointer itself. I wasn't able to find out the exact causes /
conditions.
parent 3be31437
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