DEV Community

Discussion on: Scare me with your one liner

Collapse
 
mutantkeyboard profile image
Antonio Nesic

I agree with Ben Lovy... typical forkbomb like this one in C

#include int main(void) { while(1) fork(); }

But even scarier is

DROP FROM Users; WHERE id = 1

or something like deleting the column from table in production database like:

ALTER TABLE Users DROP username;

Collapse
 
ankitbeniwal profile image
Ankit Beniwal

deleting usernames is awesome. 😂