Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Security

Vista Exploit Surfaces on Russian Hacker Site 103

Datamation writes "Exploit code for Windows Vista (though at this point only proof-of-concept code) has been published to a Russian hacker site, Eweek reports. Certain strings sent through the 'MessageBox' API apparently cause memory corruption. Though this is obviously cause for concern, at the moment it would seem access to the system would already be required to make use of the exploit. Determina has an analysis of the bug. Just last week, Trend Micro reported that Vista zero-days are being sold at underground hacker sites for $50,000."

Comment Not quite doubly linked lists (Score 1) 328

It appears to be a patent on having two list pointers in a structure (auxulary pointer so you can sort the list in a diferent order). Funny even the linux kernel has a really fancy (arguably patentable) way of doing this using very simple macros. Though yes this could also cover doubly linked lists.

For prior art I'd give /usr/src/Linux/include/scsi/scsi_cmnd.h - struct scsi_cmnd: Belongs to two doubly linked lists, though not for storing in diferent orders, it's because that structure happens to have mutiple systems tracking it.

This is probably a patent from some engineer who's been pushed by his boss to come up with things to patent because he's not done one recently. Personally I'm accredited on a couple of software patents, but being UK ones, there is a fairly heavy ammount of proof that this is a concept of tangable value, eg you can't patent a linked list because it's not going to do anything, but you could patent an application of it which makes the thing your product does do it better/faster/etc.

Slashdot Top Deals

New York... when civilization falls apart, remember, we were way ahead of you. - David Letterman

Working...