Your message dated Wed, 16 Sep 2009 12:41:15 +0200
with message-id <[email protected]>
and subject line Close bugs fixed in am-utils version 6.1.5-13
has caused the Debian Bug report #525844,
regarding am-utils: pawd produces junk when in a non-existent directory
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
525844: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525844
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: am-utils
Version: 6.1.5-12
Severity: normal
Tags: patch
Hi,
There's a bug in the pawd utility from the am-utils package. When getcwd fails,
it writes "random" junk on the screen.
To reproduce:
$ mkdir /tmp/anewdirectory
$ cd /tmp/anewdirectory
$ rm /tmp/anewdirectory
$ pawd
Regards,
Yair.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'oldstable'), (500, 'unstable'), (500,
'stable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.28mos-2 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages am-utils depends on:
ii debconf 1.5.26 Debian configuration management sy
ii debianutils 3.0.1 Miscellaneous utilities specific t
ii libamu4 6.1.5-12 Support library for amd the 4.4BSD
ii libc6 2.9-4 GNU C Library: Shared libraries
ii libgdbm3 1.8.3-4 GNU dbm database routines (runtime
ii libhesiod0 3.0.2-19 Project Athena's DNS-based directo
ii libldap-2.4-2 2.4.11-1 OpenLDAP libraries
ii libwrap0 7.6.q-16 Wietse Venema's TCP wrappers libra
ii perl 5.10.0-19 Larry Wall's Practical Extraction
ii portmap 6.0-9 RPC port mapper
ii ucf 3.0018 Update Configuration File: preserv
am-utils recommends no packages.
Versions of packages am-utils suggests:
ii am-utils-doc 6.1.5-12 automounter utilities documentatio
pn nis <none> (no description available)
-- debconf information excluded
--- amq/pawd.c.orig 2007-01-20 22:30:32.000000000 +0200
+++ amq/pawd.c 2009-04-27 15:51:29.000000000 +0300
@@ -246,7 +246,7 @@
if (argc == 1) {
wd = getawd(tmp_buf, sizeof(tmp_buf));
if (wd == NULL) {
- fprintf(stderr, "pawd: %s\n", tmp_buf);
+ perror("pawd");
exit(1);
} else {
fprintf(stdout, "%s\n", wd);
--- End Message ---
--- Begin Message ---
Version: 6.1.5-13
By mistake, some bugs were not fixed when 6.1.5-14 was uploaded.
am-utils (6.1.5-13) unstable; urgency=low
* Use config.sub and config.guess from Debian properly (Closes: #538612)
* Updated Spanish translation (Closes: #529029)
* Added Russian debconf translation (Closes: #541747)
* pawd null pointer dereference fixed (Closes: #525844)
* Updated to standards 3.8.2
* Updated to debhelper v7
* A few lintian issues fixed
* Corrected postinst updated-rc.d use (Closes: #521392)
* Fix dependencies in init script (Closes: #543824)
-- Tim Cutts <[email protected]> Tue, 15 Sep 2009 14:14:05 +0200
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---