Branch: refs/heads/dv/new-parser-2 Home: https://github.com/fvwmorg/fvwm Commit: 3443ade4c10cef5e0d2b6f3a30b30b6731a9ec60 https://github.com/fvwmorg/fvwm/commit/3443ade4c10cef5e0d2b6f3a30b30b6731a9ec60 Author: Dominik Vogt <dominik.v...@gmx.de> Date: 2016-11-15 (Tue, 15 Nov 2016)
Changed paths: M fvwm/cmdparser_old.c Log Message: ----------- Fix crash in new parser. Because dest_c->call_depth was not properly set, set_repeat_data was called during nested function execution and deleted the original command line before the function completed. Triggered for example with "all windowshade off".