CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2015/02/12 02:56:19
Modified files: usr.bin/tmux : cmd-queue.c Log message: Take a reference to prevent cmdq being freed during the command. Can happen to cfg_cmd_q (possibly others) when source-file recurses into cmdq_continue. Fixes bug reported by Ismail Donmez and Theo Buehler.