pkgsrc/devel/xulrunner10/patches/patch-aj
ryoon 7c73d57863 Import xulrunner-10.0.3 as devel/xulrunner
* Successor of devel/xulrunner, xulrunner-10.0.2.
* This is ESR (Extended Support Release) version.
* Fix security bugs
2012-03-15 08:58:26 +00:00

20 lines
747 B
Text

$NetBSD: patch-aj,v 1.1.1.1 2012/03/15 08:58:28 ryoon Exp $
--- profile/dirserviceprovider/src/nsProfileLock.cpp.orig 2012-03-09 22:20:32.000000000 +0000
+++ profile/dirserviceprovider/src/nsProfileLock.cpp
@@ -408,6 +408,7 @@ nsresult nsProfileLock::LockWithSymlink(
#endif
sigfillset(&act.sa_mask);
+#ifndef DEBUG
#define CATCH_SIGNAL(signame) \
PR_BEGIN_MACRO \
if (sigaction(signame, NULL, &oldact) == 0 && \
@@ -426,6 +427,7 @@ PR_BEGIN_MACRO
CATCH_SIGNAL(SIGTERM);
#undef CATCH_SIGNAL
+#endif
}
}
}