19 Nov 2009 09:58
Bug in mask_proc (repost)
Lino Sanfilippo <lino.sanfilippo <at> avira.com>
2009-11-19 08:58:02 GMT
2009-11-19 08:58:02 GMT
Hello, This is a repost of a patch that I posted on 9th July 2009. This time the patch is for the recent dazukofs version (3.1.1). The problem is that there is a (dazukofs_proc) structure allocated on the stack and afterwards put in a global list. This will very likely leed to problems sooner or later, since the stack memory may be overwritten the next time the proc structure is accessed in the list. This patch solves this problem by using a structure that is allocated on the heap. Regards, Lino Sanfilippo Geschäftsführender Gesellschafter: Tjark Auerbach Sitz der Gesellschaft: Tettnang Handelsregister: Amtsgericht Ulm, HRB 630992 ALLGEMEINE GESCHÄFTSBEDINGUNGEN Es gelten unsere Allgemeinen Geschäftsbedingungen (AGB). Sie finden sie in der jeweils gültigen Fassung im Internet unter http://www.avira.de/agb ***************************************************
(Continue reading)
RSS Feed