Uh-huh.

  • Lucy :3@feddit.org
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    This version of ‘false’ is implemented as a C program, and is thus more secure and faster than a shell script implementation

    I bet there is a way to exploit

    int main(int, char**) {
        return 1;
    }
    
  • PastaRhythm@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    Just tried “false && echo wee” in my terminal, then “true && echo wee”. Learn something new every day.