Bug#773481: bsd-mailx out-of-scape bug

2014-12-18 Thread Robert Luberda
Joshua Rogers pisze: Hi, > > In fio.c on line 592, "cp = expand(buf);" is run, which returns that > argument. > Below it on line 594, "return(cp);" is run, but it points to an > out-of-scope 'buf' variable. The expand() function returns its argument as-is in one place only: if (strpbrk

Bug#773481: bsd-mailx out-of-scape bug

2014-12-18 Thread Joshua Rogers
Package: bsd-mailx Version: 8.1.2-0.20131005cvs-1 Severity: normal Hi, In fio.c on line 592, "cp = expand(buf);" is run, which returns that argument. Below it on line 594, "return(cp);" is run, but it points to an out-of-scope 'buf' variable. Thanks, -- -- Joshua Rogers