On 2014-09-25 13:58, Damien Cassou wrote:

>> I tried that,but some patches applied to the sources above are rejected
>> so package dpkg-buildpackage fails - at least on Debian Jessie

> can you give more information?

source-hardening.patch has to be adjusted

--- a/src/vm/cogit.c    2014-09-24 11:26:13.117242533 +0200
+++ b/src/vm/cogit.c    2014-09-24 11:26:55.181154041 +0200
@@ -19339,7 +19339,7 @@ printTrampolineTable(void)
        for (i = 0; i < trampolineTableIndex; i += 2) {
                printHex(((sqInt)(trampolineAddresses[i + 1])));
                print(": ");
-               print(((char *) (trampolineAddresses[i])));
+               printf("%s", trampolineAddresses[i]);
                cr();
        }
 }


Kind regards,
  Markus

Reply via email to