Sfoglia il codice sorgente

Spawn a program that segfaults for testing

master
lostd 10 anni fa
parent
commit
892c7c850a
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      mktest.sh

+ 3
- 0
mktest.sh Vedi File

@@ -20,3 +20,6 @@ mkfifo mk-fifo
touch no-access && chmod 000 no-access touch no-access && chmod 000 no-access
ln -s ../normal.txt normal-dir/ln-normal.txt ln -s ../normal.txt normal-dir/ln-normal.txt
ln -s ../normal.txt normal-dir/ln-normal ln -s ../normal.txt normal-dir/ln-normal
echo 'int main(void) { *((char *)0) = 0; }' > ill.c
make ill > /dev/null
echo 'test/ill' > ill.sh

Loading…
Annulla
Salva