Package: xtermset / 0.5.2-8

Metadata

Package Version Patches format
xtermset 0.5.2-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 fix wrong use of hyphens in manpage.patch | (download)

doc/xtermset.1 | 34 17 + 17 - 0 !
1 file changed, 17 insertions(+), 17 deletions(-)

 fix wrong use of hyphens in the manpage


02 array bounds overruns.patch | (download)

src/xtermset.c | 22 11 + 11 - 0 !
1 file changed, 11 insertions(+), 11 deletions(-)

 fix array bounds overruns

Bug-Debian: https://bugs.debian.org/713037

0003 Fall back to passwd 5 then for .xtermsetrc if HOME u.patch | (download)

src/xtermset.c | 10 8 + 2 - 0 !
1 file changed, 8 insertions(+), 2 deletions(-)

 fall back to ~=passwd(5) then ~=/ for ~/.xtermsetrc if $home unset
 instead of segfaulting (Closes: #716631)

$ env -i xtermset -store -T ')A'
Segmentation fault

$ env -i xtermset -store
Segmentation fault

getenv("HOME")                                                                                            = nil
strlen(nil <no return ...>

0004 Fully prototype xtermset.h Closes 1098172.patch | (download)

src/xtermset.h | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fully prototype xtermset.h (closes: #1098172)