-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
atacmds.cpp: fix a logical error in function ataReadExtSelfTestLog
where it failed to byte-swap timestamp values on big-endian platforms except in the first log entry (#1696). Patch by WHR. git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk/smartmontools@5456 4ea69e1a-61f1-4043-bf83-b5c94c648137
- Loading branch information
chrfranke
committed
Feb 14, 2023
1 parent
9c9fdc1
commit a8c426a
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
$Id$ | ||
|
||
2023-02-14 WHR <[email protected]> | ||
|
||
atacmds.cpp: fix a logical error in function ataReadExtSelfTestLog | ||
where it failed to byte-swap timestamp values on big-endian | ||
platforms except in the first log entry (#1696). | ||
|
||
2023-02-11 Douglas Gilbert <[email protected]> | ||
|
||
more RSOC work (see 2023-01-11 patch). Simplify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters