An open API service indexing awesome lists of open source software.

https://github.com/walid-git/fork-bomb

Simple C program to create infinite number of processes until no more space is available, with redefinition of SIGINT handler to avoid killing with CTRL+C
https://github.com/walid-git/fork-bomb

c cprogramming fork sigint-handler signal-handler signals system-programming

Last synced: 10 months ago
JSON representation

Simple C program to create infinite number of processes until no more space is available, with redefinition of SIGINT handler to avoid killing with CTRL+C

Awesome Lists containing this project

README

          

# Fork-Bomb
Simple C program to create infinite number of processes until no more space is available, with redefinition of SIGINT handler to avoid killing with CTRL+C