X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Documentation%2Fkmemcheck.txt;h=a41bdebbe87bf459e3c07d1dfd093f9eb0e80c3e;hb=3573d3869de475cca9f2d4998fc3c2871a4cc2db;hp=9398a501fdb913a1564614dc10c0ce20d0a95f33;hpb=e7b87825e8100e1e1456840fc0d99a951631c036;p=firefly-linux-kernel-4.4.55.git diff --git a/Documentation/kmemcheck.txt b/Documentation/kmemcheck.txt index 9398a501fdb9..a41bdebbe87b 100644 --- a/Documentation/kmemcheck.txt +++ b/Documentation/kmemcheck.txt @@ -541,7 +541,7 @@ initialized. This is the beginning of the struct: 92 } _sifields; 93 } siginfo_t; -On 64-bit, the int is 4 bytes long, so it must the the union member that has +On 64-bit, the int is 4 bytes long, so it must the union member that has not been initialized. We can verify this using gdb: $ gdb vmlinux