Advertisement
Guest User

Could one attack git-controlled code now?

a guest
Feb 23rd, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Innocent-looking code:
  2.  
  3. #define X 10
  4. ... 1000 lines ...
  5. #ifdef /*TqnYB55sTYWsd6Iqury/SAbg0pElGBRoaw2hjESmhOqQ Don't enable on live system! */
  6. system("rm -rf /");
  7. #endif
  8.  
  9. Evil code:
  10.  
  11. #define X 10
  12. ... 1000 lines ...
  13. #ifdef X/*RDcHoeNShOwsyy78nCqoQt4FBs3TpQ1KaJJAzKc5VMA Don't enable on live system! */
  14. system("rm -rf /");
  15. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement