Re: Fix for buffer overwriter in cmd.c (cmd_pack_argv)

2014-09-16 Thread Thomas Stüfe
thanks for the workaround! On Tue, Sep 16, 2014 at 3:42 PM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > It should work if you start it with "tmux new" not "tmux". > > > On Tue, Sep 16, 2014 at 03:37:59PM +0200, Thomas St??fe wrote: > >Yes you did. Sorry, just looked at the 1.9

Re: Fix for buffer overwriter in cmd.c (cmd_pack_argv)

2014-09-16 Thread Nicholas Marriott
It should work if you start it with "tmux new" not "tmux". On Tue, Sep 16, 2014 at 03:37:59PM +0200, Thomas St??fe wrote: >Yes you did. Sorry, just looked at the 1.9a sources, not your development >sources.** >Might probably make sense to roll this fix out, because right now tmux >

Re: Fix for buffer overwriter in cmd.c (cmd_pack_argv)

2014-09-16 Thread Thomas Stüfe
Yes you did. Sorry, just looked at the 1.9a sources, not your development sources. Might probably make sense to roll this fix out, because right now tmux 1.9a is unusable (it crashes on three of my linux machines). Kind Regards, Thomas Stüfe On Tue, Sep 16, 2014 at 2:56 PM, Nicholas Marriott <

Re: Fix for buffer overwriter in cmd.c (cmd_pack_argv)

2014-09-16 Thread Nicholas Marriott
Hi. Pretty sure I already fixed this. Original message From: Thomas Stüfe Date: 16/09/2014 13:22 (GMT+00:00) To: tmux-users@lists.sourceforge.net Subject: Fix for buffer overwriter in cmd.c (cmd_pack_argv) Hi all, I did run into a buffer overwriter which caused a crash