In libopendkim's dkim_eom_sign, the call to RSA_Sign uses a variable of a signed type where an unsigned type is required. This manifested as a failure to sign on an S/390 machine and was reported in the Debian bug tracker.
The problem was analysed and patched by Martin Grimm.
In libopendkim's
dkim_eom_sign
, the call toRSA_Sign
uses a variable of a signed type where an unsigned type is required. This manifested as a failure to sign on an S/390 machine and was reported in the Debian bug tracker.The problem was analysed and patched by Martin Grimm.
This bug is forwarded from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012506