João Carlos Mendes Luís

Results 18 comments of João Carlos Mendes Luís

BTW: This is not a recent bug. The snapshot version also has this problem. At least I can see the first window with the host name, but it never asks...

> Okay so I did a simple modification that will allow you to compare 2 different notes. PERFECT! Just what I needed, and solved all my conflicts! > there's still...

Indeed, if you limit by array size, where will the `\0` for string end be? :joy:

Also, does not work while using rpmbuild.

Forgot to add compilation parameters: `./configure --enable-silent-rules --enable-dependency-tracking --config-cache --enable-linux-builtin --disable-nls --with-config=all --enable-asan --enable-ubsan --enable-debuginfo --enable-debug --enable-debug-kmem --enable-debug-kmem-tracking CFLAGS=-Wno-stringop-overflow` Also, temporarily: `sed -i '/ DEBUG_CFLAGS="-Werror"/s/^/#/' config/zfs-build.m4` As I could not...

`index 0 is out of range in ... vmx86.c:3652:38`? vmx86.c: ``` 3651 if (query->msrNum == msrNum) { 3652 return query->logicalCPUs[cpu].msrVal; 3653 } ``` `38` means index `[cpu]` Ok, index 0...

I'll test this patch at home: ``` diff --git i/vmmon-only/include/x86msr.h w/vmmon-only/include/x86msr.h index f67a0e1..74eaae0 100644 --- i/vmmon-only/include/x86msr.h +++ w/vmmon-only/include/x86msr.h @@ -67,7 +67,7 @@ typedef struct MSRReply { typedef struct MSRQuery {...