Since some time, stash_group_add_string() does not set the passed default value to the setting any longer if the setting is not found.

This might be related to cf77c8c.

There is a real implication of this:
I noticed crashing Geany when the VTE setting follow_path is true and send_cmd_prefix is not set. This results in vc->send_cmd_prefix being NULL which then leads to crashes when commands are to be executed in the VTE (it should not crash even then, a fix for the VTE issue will follow).

But the root cause here is that it seems that the passed default stash_group_add_string() is ignored.

@kugel-, could you maybe have a look?


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/issues/3149@github.com>