mirror of https://git.musl-libc.org/git/musl
Browse Source
gcc generates extremely bad code (7 byte immediate mov) for the old null pointer write approach. it should be generating something like "xor %eax,%eax ; mov %al,(%eax)". in any case, using a dedicated crashing opcode accomplishes the same thing in one byte.rs-1.0
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue