Bug#497046: kwalletmanager: Insecure auto closing of wallet

2008-08-29 Thread Ron Rademaker
Package: kwalletmanager Version: 4:3.5.9-2 Severity: normal The kwalletmanager automatically closes the wallet after it hasn't been used for a while. This greatly improves the security of the wallet. However, when the wallet is closed while some password was still readable in the wallet,

Bug#492008: katapult: Katapult crashes (segfault) on some config error

2008-07-23 Thread Ron Rademaker
Package: katapult Version: 0.3.1-1 Severity: normal There is a config option (I don't know what option, I've included the corrupting config below) that is valid in later versions of katapult that renders the program useless. If this particular config option is set, ALT+space no longer works and

Bug#473560: nagios3: check_dhcp unusable in normal setup due to missing setuid

2008-03-31 Thread Ron Rademaker
Package: nagios3 Version: 3.0~rc2-1-1 Severity: normal Tags: patch The check_dhcp plugin in nagios is currently unusable as it tries to bind to a network interface. Nagios runs by default as a dedicated nagios user, as it should. The check_dhcp plugin should be installed setuid so the nagios user

Bug#466527: Additional information

2008-02-29 Thread Ron Rademaker
These crashes appear to only occur if icedove has the stationary extension installed. Uninstalling the extension fixes the crashes. Please decrease bug severity to normal (if this happens for other extensions as well) or minor. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#466527: icedove: Segmentation fault after sending mail

2008-02-19 Thread Ron Rademaker
Package: icedove Version: 1.5.0.13+1.5.0.15b.dfsg1-0etch1 Severity: important After sending an e-mail with Icedove, Icedoves crashes with a seg fault: DOUBLE-CLICK: 250 -- -1 THRESHOLD: 8 -- -1 /usr/lib/icedove/run-mozilla.sh: line 131: 27201 Segmentation fault $prog ${1+$@} This behaviour has

Bug#397395: Bug reproduction

2006-11-16 Thread Ron Rademaker
I can also reproduce this bug in debian with these test files: [EMAIL PROTECTED]:~/phpxslbugtest$ cat test.xml ?xml version='1.0'? test tag attribute='somethingwithamp;anamp'contentamp;/tag /test [EMAIL PROTECTED]:~/phpxslbugtest$ cat test.xsl ?xml version='1.0'? !DOCTYPE xsl:stylesheet

Bug#385430: php-fpdf: breaks down in php 5+ environment with autoload function enabled

2006-08-31 Thread Ron Rademaker
Package: php-fpdf Version: 1.53.dfsg-3 Severity: normal Tags: patch The if (!class_exists('FPDF')) call in fpdf.php causes a call to a __autoload function in php 5+ if such a function exists. The autoload function will try to load the fpdf.php file, which in turn will call the autoload again. The