NetBSD-Bugs archive

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

PR/57918 CVS commit: src/usr.bin/kdump



The following reply was made to PR bin/57918; it has been noted by GNATS.

From: "Robert Elz" <kre%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57918 CVS commit: src/usr.bin/kdump
Date: Sun, 11 Feb 2024 01:08:57 +0000

 Module Name:	src
 Committed By:	kre
 Date:		Sun Feb 11 01:08:57 UTC 2024
 
 Modified Files:
 	src/usr.bin/kdump: kdump.c
 
 Log Message:
 PR bin/57918
 
 Redo the previous correctly, the test should be whether or not only the
 bottom 32 bits are set, rather than whether any of bits 32..63 are set.
 This makes no difference if u_long (or unsigned long long) is 64 bits,
 it is the same test in that case, but if u_long were 128 bits there is
 a notable difference (though for the particular issue observed in the PR,
 it is likely to work either way).
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.141 -r1.142 src/usr.bin/kdump/kdump.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index