Bug#325177: jwhois: -f option causes segfault

2005-09-21 Thread Peter Karlsson
Romain Francoise: This patch fixes the problem: I've merged this fix, it will be in the next release. Thank you. -- \\// Peter - http://www.softwolves.pp.se/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#325177: jwhois: -f option causes segfault

2005-09-21 Thread Romain Francoise
tags 325177 patch thanks This bug has been driving me crazy, so I took a quick look: it's caused by 'cachestr' being used uninitialized in cache_store() if jwhois is started with -f. You can't call strlen() on an uninitialized pointer and expect things to work... This patch fixes the problem: d

Bug#325177: jwhois: -f option causes segfault

2005-09-05 Thread Peter Karlsson
Jonathan McDowell: [EMAIL PROTECTED] ~]$ jwhois -f earth.li [Querying whois.nic.li] Segmentation fault Interesting, I can reproduce this, but only when the program is installed as /usr/bin/jwhois, is not run through the debugger, and is set setgid jwhois. If I remove any of those three crite

Bug#325177: jwhois: -f option causes segfault

2005-08-26 Thread Jonathan McDowell
Package: jwhois Version: 3.2.3-2 Severity: important [EMAIL PROTECTED] ~]$ jwhois -f earth.li [Querying whois.nic.li] Segmentation fault I thought this was my setup, but my laptop (running etch) recently started doing it too. It works fine without the -f. It also doesn't work with any other doma