asegall at mitre dot org

Show:

What's happening?

  • create_sha1 and verify_pcr fail for large files

    Files with >32 bit file sizes cause the create_sha1 and verify_pcr utilities to fail, even though GRUB itself has no problems with them when booting. The problem appears to be in sha1.c, in the calculate_sha1 function; it uses ints for some values such as fiesize, bytes_to_copy, and round, where larger number types such as long long int should be used instead. (I'm not certain whether round...

    2007-02-27 20:50:31 UTC in TrustedGRUB

About Me

  • 2007-02-27 (3 years ago)
  • 1730735
  • asegall (My Site)
  • asegall at mitre dot org

Send me a message