[Mono-bugs] [Bug 79741][Wis] Changed - signcode creates bad signature when data follows the last PE section
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Oct 26 16:07:55 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79741
--- shadow/79741 2006-10-25 22:41:12.000000000 -0400
+++ shadow/79741.tmp.28947 2006-10-26 16:07:55.000000000 -0400
@@ -2,14 +2,14 @@
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
-Priority: Normal
+Severity: Unknown
+Priority: Wishlist
Component: Mono.Security
AssignedTo: sebastien at ximian.com
ReportedBy: elevine at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
@@ -29,6 +29,17 @@
Examples of files for which signcode creates a bad signature:
1. EXE files with debugging info, for example files built with mingw
default compiler and linker flags that have not yet been stripped (simple
workaround in this case is to strip the file first)
2. Installer files created with makensis http://nsis.sourceforge.net (no
workaround known)
+
+------- Additional Comments From sebastien at ximian.com 2006-10-26 16:07 -------
+I downgraded the priority of the bug (Normal to Wishlist) because it
+doesn't looks like Mono produce PE files which would fail. But please
+let me know if you discover such a test case.
+
+Also, if possible, please attach a sample of both files (debug +
+installer) to this bug report.
+
+Thanks
+
More information about the mono-bugs
mailing list