Hi, I've opened bug #394590 for about 100 days now and got no answer from the maintainer (Anand Kumria <[EMAIL PROTECTED]>). The maintainer is known to be MIA. I have sent him an email today to explain my intent to do a NMU. Upstream has already applied the patch in his svn.
There is actually no patch system in this package so I applied the patch directly in the sources. Could someone review and upload it in the delayed queue? http://mentors.debian.net/debian/pool/main/m/mrd6/mrd6_0.9.5-release-1.1.dsc The debdiff of the package is included in this email Regards Laurent Bigonville
diff -u mrd6-0.9.5-release/debian/changelog mrd6-0.9.5-release/debian/changelog
--- mrd6-0.9.5-release/debian/changelog
+++ mrd6-0.9.5-release/debian/changelog
@@ -1,3 +1,11 @@
+mrd6 (0.9.5-release-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * src/mrd.cpp:
+ - Fix a crasher when unloading a module (Closes: #394590)
+
+ -- Laurent Bigonville <[EMAIL PROTECTED]> Tue, 30 Jan 2007 16:26:47 +0100
+
mrd6 (0.9.5-release-1) unstable; urgency=low
* New upstream release
only in patch2:
unchanged:
--- mrd6-0.9.5-release.orig/src/mrd.cpp
+++ mrd6-0.9.5-release/src/mrd.cpp
@@ -1854,7 +1854,8 @@
m_modules.erase(i);
#ifndef MRD_NO_DYNAMIC_MODULE_LOADING
- dlclose(foo);
+ if(foo)
+ dlclose(foo);
#endif
return true;
pgprobuhvaLOt.pgp
Description: PGP signature

