home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / c / 11656 < prev    next >
Encoding:
Text File  |  1992-07-27  |  654 b   |  23 lines

  1. Path: sparky!uunet!mcsun!uknet!mucs!lucsand!liv!ee117
  2. From: EE117@LIVERPOOL.AC.UK
  3. Newsgroups: comp.lang.c
  4. Subject: don't try this at home kids...
  5. Message-ID: <92198.164011EE117@LIVERPOOL.AC.UK>
  6. Date: 16 Jul 92 15:40:11 GMT
  7. Organization: University of Liverpool
  8. Lines: 13
  9.  
  10. I recently ran this Mickey Mouse fragment of C code under Unix on our
  11. Sun network:
  12.  
  13. f()
  14. { system ("<title of this program> &");
  15.   f(); }
  16. main()
  17. { f() }
  18.  
  19. result: one completely trashed network, yours truly hung by the balls
  20. out of the computer lab window and banned of the system for several weeks.
  21. I almost said in passing to the System Administrator that O/S security isn't
  22. what i
  23.