RE: [PATCH] Fix Valgrind Invalid Read error while removing gsupplicant interface

2010-12-28 Thread Marcel Holtmann
Hi Leena, > From: Leena Gunda > > Re-create patch. Fix Invalid Read error reported by Valgrind while removing > gsupplicant interface. so I fixed the commit message up manually. However as a general rule, please not reply to a patch with another patch. Rather do a new patch with [PATCH v2] sub

RE: [PATCH] Fix Valgrind Invalid Read error while removing gsupplicant interface

2010-12-28 Thread leena.gunda
From: Leena Gunda Re-create patch. Fix Invalid Read error reported by Valgrind while removing gsupplicant interface. --- gsupplicant/supplicant.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gsupplicant/supplicant.c b/gsupplicant/supplicant.c index 35a0e5a..84

Re: [PATCH] Fix Valgrind Invalid Read error while removing gsupplicant interface

2010-12-28 Thread Marcel Holtmann
Hi Leena, > Below is patch for: > http://bugs.meego.com/show_bug.cgi?id=11784 > > The WiFi plugin initiates a interface removal by invoking > g_supplicant_interface_remove which invokes the RemoveInterface D-Bus method > and sets interface_remove_result as the result callback. > > Once the in