[PATCH 03/11] sadump, bug: compare efi_time_t based on wrong type

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: HATAYAMA Daisuke <d.hatayama@xxxxxxxxxxxxxx>
---

 sadump.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sadump.c b/sadump.c
index 0d7a935..490eb6c 100644
--- a/sadump.c
+++ b/sadump.c
@@ -278,7 +278,7 @@ restart:
 		}
 
 		if (memcmp(&sph->time_stamp, &smh->time_stamp,
-			   sizeof(efi_guid_t)) != 0) {
+			   sizeof(efi_time_t)) != 0) {
 			struct tm tm;
 			if (CRASHDEBUG(1))
 				error(INFO, "sadump: time stamp mismatch\n"
--
Crash-utility mailing list
Crash-utility@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/crash-utility

[Index of Archives]     [Fedora Development]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]

 

Powered by Linux