[libqb] [asalkeld/libqb] 301393: blackbox: fix 64-bit big-endian issues

Angus Salkeld asalkeld at redhat.com
Sat Sep 1 11:49:03 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/asalkeld/libqb
  Commit: 30139366edcb1f00c9ff14bdeed82d3fced1a879
      https://github.com/asalkeld/libqb/commit/30139366edcb1f00c9ff14bdeed82d3fced1a879
  Author: Jeremy Fitzhardinge <jeremy at goop.org>
  Date:   2012-08-31 (Fri, 31 Aug 2012)

  Changed paths:
    M lib/log_blackbox.c

  Log Message:
  -----------
  blackbox: fix 64-bit big-endian issues

Two issues:
1. when writing out the function name length, don't just write the 4 MSB
   of the size
2. when reading the time, don't just use the 4 MSB of the time as the
   timestamp; the log contains a full time_t, so we may as well use it.


  Commit: 5a0bb8542b70fdf319cf2fde4fb2af83ddc5ce9d
      https://github.com/asalkeld/libqb/commit/5a0bb8542b70fdf319cf2fde4fb2af83ddc5ce9d
  Author: Angus Salkeld <asalkeld at redhat.com>
  Date:   2012-09-01 (Sat, 01 Sep 2012)

  Changed paths:
    M lib/log_blackbox.c

  Log Message:
  -----------
  Merge pull request #41 from jsgf/master

Fix some 64-bit big-endian issues


Compare: https://github.com/asalkeld/libqb/compare/c7810b38b193...5a0bb8542b70


More information about the quarterback-devel mailing list