I'm still trying to figure out what the hell these guys are talking about.
A security patch? Microsoft hasn't released any security patches for .NET - it's only been out for two weeks.
The flaw they are talking about, as best as I can tell, has to do with the way .NET manages the call stack. This call stack technique has nothing to do with Linux, but is used in some open source code managment tools. It's also a technique that's been around for about 20 years, and has nothing specifically to do with open source or Linux.
Anyway, I don't see how a programmer could write an application that directly utilizes the call stack in .NET. Now, granted, I've avoided the managed C++ extensions like the plague, since I can use C# and write my code faster, cleaner, and with the same capabilities (or so I thought).
I can't find anything in the docs about directly manipulating the call stack in an application, nor can I figure out how a flaw such as this would be taken advantage of. Does anybody have any details links about this?
|