Re: [PATCH] fixed potential double free
Jan. 24, 2008
4:33 a.m.
Marcus Meissner <marcus(a)jet.franken.de> writes:
Coverity spotted that set_window_pos() could call free_region() on the same pointer twice.
(CID 671 and 672)
Check that they are different before freeing them twice.
This can't happen, Coverity is confused. -- Alexandre Julliard julliard(a)winehq.org
January 2008
4:37 p.m.
New subject: [PATCH] fixed potential double free
On Thu, Jan 24, 2008 at 11:33:46AM +0100, Alexandre Julliard wrote:
Marcus Meissner <marcus(a)jet.franken.de> writes:
Coverity spotted that set_window_pos() could call free_region() on the same pointer twice.
(CID 671 and 672)
Check that they are different before freeing them twice.
This can't happen, Coverity is confused.
I agree and adjusted it. Ciao, Marcus
6635
Age (days ago)
6635
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Marcus Meissner