CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2017/04/25 05:49:35
Modified files: usr.bin/tmux : cmd-if-shell.c Log message: if-shell doesn't need to queue its error message into a callback, and in fact it can't do so because the item it was working with will have been freed. Reported by Daniel Hahler.