Post #2639715
2025-05-16 06:24 UTC
@ela@infosec.exchange @waldi@chaos.social yes, but it using only al ipv eax for the return value strikes me as interesting ABI choice.
Replies (2)
-
@waldi@chaos.social 2025-05-16 06:26
@mirabilos@toot.mirbsd.org @ela@infosec.exchange Ah, because _Bool is defined as 8bit value where only bit 0 matters, bits 1 to 7 are set to 0 and 8 to 63 are undefined.
-
@ela@infosec.exchange 2025-05-16 06:42
@mirabilos@toot.mirbsd.org @waldi@chaos.social Well, it's what the spec says.