Steffen Joeris
2010-Jan-27 20:50 UTC
[Secure-testing-team] Bug#567191: please include patches from DSA
Package: ircd-ratbox Severity: grave Tags: security patch Hi DSA-1980-1 has fixed two issues in ircd-ratbox, patches attached. Please include them in the next upload. Cheers Steffen -------------- next part -------------- --- ircd-hybrid-7.2.2.dfsg.2.orig/src/irc_string.c +++ ircd-hybrid-7.2.2.dfsg.2/src/irc_string.c @@ -103,7 +103,9 @@ } else *d++ = *src; - ++src, --len; + if (len > 0) { + ++src, --len; + } } *d = ''\0''; return dest; -------------- next part -------------- A non-text attachment was scrubbed... Name: null_pointer_reference.patch Type: text/x-c Size: 1597 bytes Desc: not available URL: <http://lists.alioth.debian.org/pipermail/secure-testing-team/attachments/20100127/575cf082/attachment.bin>