Skip to content

Fix calculation of checksums for some packed objects

Rosen Matev requested to merge rmatev-PR-checksums-master into master
  • Some of the packed object structs had padding so checksums were undefined.
  • Added custom functions for these (going over all members)
  • Added a simple compile-time protection to fail compilation next time packed objects are modified.
  • Compute checksums per location and improve debug printout
  • 2016-patches merge request !150 (merged)

Merge request reports