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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80485 --- shadow/80485 2007-01-10 10:16:34.000000000 -0500 +++ shadow/80485.tmp.32325 2007-01-10 11:21:11.000000000 -0500 @@ -136,6 +136,21 @@ (b) the file size of the original "bad" ones isn't a multiple of 4; (c) and/or attach a list of them (filesize versus result) to this bug report Thanks + +------- Additional Comments From [EMAIL PROTECTED] 2007-01-10 11:21 ------- +Oh, i found that if file size is multiple of 8 it is signed correctly +every time!!! It works! :-) + +Some of my files were a multiple of 4 and still were signed badly. I +noticed that file i use first time (correct one) can be divided by 2 +after dividing by 4. + +I can now do simple thing: + +calculate nearest multiple of 8 for file size, do echo -ne 'x...x' >> +file and then sign it -- all will be ok. :) + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
