Follow-up Comment #3, bug #18872 (project freeciv):

md5.c:148:5: error: cast from 'const unsigned char *' to 'MD5_u32plus *' (aka
'unsigned int *') increases required alignment from 1 to 4
[-Werror,-Wcast-align]
   STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Rats; that's the new MD5 code I pulled in for bug #18170. Checking upstream
<http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5>
finds no new version. I suppose we're going to have to work out if there's a
bug intrinsic to that code or just in the way I integrated it into Freeciv.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?18872>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to