Slashdot Mirror


User: NoWorries

NoWorries's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Re:Oooh. Bugs. That's NOT the point! on USA Busted Trying to Bug China's Presidential 767 · · Score: 1
    I'm betting on concentration camps being open for business in the U.S. in another ten years. Maybe sooner.

    Try now.

  2. Re:First security hole? on WinXP Security Flaw · · Score: 1

    Where you do not allocate enough space to take the return value of a function. Eg.

    char aString[25];

    gets(aString);

    where the string returned by gets is more than 25 characters (or rather 24 + trailing null). This could crash the application, or cause a stack corruption leading to code being executed based on the additional characters.

  3. Microsoft's support of charities on California Takes Issue With Microsoft Settlement Idea · · Score: 1

    Maybe this has been posted before but according to this
    Australian news item Microsoft are not really keen on NGOs using their software. Certainly "support" does not seem to describe their behaviour.