Thanks for the additional information. It helped to locate and fix one
more stupid bug.
This patch will fix it:
diff -Naur davfs2-1.3.3/src/mount_davfs.c davfs2-1.3.3.new/src/mount_davfs.c
--- davfs2-1.3.3/src/mount_davfs.c 2008-06-30 20:29:42.000000000 +0200
+++ davfs2-1.3.3.new/src/mount_davfs.c 2009-01-27 20:08:21.000000000 +0100
@@ -1380,7 +1380,6 @@
memset(args->p_passwd, '\0', strlen(args->p_passwd));
free(args->p_passwd);
}
- free(args->p_passwd);
if (args->lock_owner != NULL)
free(args->lock_owner);
if (args->s_charset != NULL)
Luciano Bello (or some other Debian maintainer):
Could you try to get this patch into Lenny?
This bug makes davfs2 unusable in case a proxy with authentication is
involved. As it is a simple fix for an obvious bug an exception from the
freeze might be possible.
Cheers
Werner
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org