Package: tinyirc / 1:1.1.dfsg.1-3

Metadata

Package Version Patches format
tinyirc 1:1.1.dfsg.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 nospoof fix.patch | (download)

tinyirc.c | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 corrected a bug which prevented tinyirc from function with servers that used the nospoof patch.


02 drop inetd support.patch | (download)

tinyirc.c | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 drop inetd support


03 add several missing includes.patch | (download)

tinyirc.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 add several missing #includes

Bug-Debian: http://bugs.debian.org/99030

04 fix definition of bp for tgetent call.patch | (download)

tinyirc.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix definition of bp for tgetent call


05 prevent segfault on part.patch | (download)

tinyirc.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 prevent segfault on /part

Bug-Debian: http://bugs.debian.org/70671


06 clean up several warnings.patch | (download)

tinyirc.c | 24 13 + 11 - 0 !
1 file changed, 13 insertions(+), 11 deletions(-)

 clean up several warnings


07 add isatty 3 check in case of stdin.patch | (download)

tinyirc.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add isatty(3) check in case of stdin

Bug-Debian: http://bugs.debian.org/176213


08 avoid NULL dereferences.patch | (download)

tinyirc.c | 87 63 + 24 - 0 !
1 file changed, 63 insertions(+), 24 deletions(-)

 make sure to not reference null if getting less arguments than expected

Bug-Debian: http://bugs.debian.org/452029


20 argc.patch | (download)

tinyirc.c | 91 60 + 31 - 0 !
1 file changed, 60 insertions(+), 31 deletions(-)

 correct argument handling. support any port number (closes: #625862).