Breno Leitao

Results 5 issues of Breno Leitao

Hello @Maratyszcza and team, I would like to have PPC64 support on cpuinfo project. I was able to fork it[1], and together with some friends (Rogério and Alfredo), got it...

enhancement

Adding an extra check before declaring uintptr_t. Currently musl libc uses a macro __DEFINED_uintptr_t once it defines uintptr_t type. We should check for this macro before defining it, and, defining...

Fixing warning: ``` main.c: In function ‘termination_signal_handler’: main.c:824:7: error: ‘write’ reading 18 bytes from a region of size 17 [-Werror=stringop-overread] 824 | if (write (1, "SIGNAL received\n", 18) < 0)...

In some cases, _slub_get_freelist() loops forever when ptr dereferences to itself. This causes instructions like the following to loop forever. (I got this with a vmcore) identify_address(prog, 18446613188003018408) If I...

This is happening because the "latest" release does not have an build. Only a few releases have the build. A change like this fixed my problem: ``` diff --git a/installer/install-rust-analyzer.sh...