Slashdot Mirror


User: the_canadian_worm

the_canadian_worm's activity in the archive.

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

Comments · 3

  1. Re:timing on IBM, Intel Set Up $10m SCO Defense Fund · · Score: 1

    There is a *slight* possibility that they *could* come up with millions of line of code... for instance, how many #endif lines are there in linux? ;-)

  2. Re:Conspiracy on Australian Firm Asks SCO To Detail Evidence · · Score: 1

    If the dot cons showed us anything, it was that stocks can go up even though there is no rational reason. My worst nightmare would be that some afterhours announcement would be made that 'IBM might settle' or something equally outrageous. The stock could open at $200 the next day... bingo margin call! which is why I can't bring myself to short SCO... much as I'd like to.

  3. Re:linux should have non-exec stack by defualt on OpenBSD Gets Even More Secure · · Score: 1

    IMHO, it wouldn't be such a losing battle if the C standard library was cleaned up to remove some of the more prone functions. For instance, gets() is a classic example. There was no attempt to allow the caller to specify the maximum input length...