projects
/
platform
/
core
/
csapi
/
tizenfx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc2a857
)
[WiFi] Fix heap-buffer-use-after-free issue on ASAN (#6437)
author
chaeheehong
<chaehee.hong@samsung.com>
Mon, 4 Nov 2024 08:13:13 +0000
(17:13 +0900)
committer
GitHub
<noreply@github.com>
Mon, 4 Nov 2024 08:13:13 +0000
(17:13 +0900)
src/Tizen.Network.WiFi/Interop/Interop.WiFi.cs
patch
|
blob
|
history
diff --git
a/src/Tizen.Network.WiFi/Interop/Interop.WiFi.cs
b/src/Tizen.Network.WiFi/Interop/Interop.WiFi.cs
index 434d5bd2540e2b4f00ca4cc26d3b0978e189374b..580f0cc02686c543110bf39085236200c30587bf 100755
(executable)
--- a/
src/Tizen.Network.WiFi/Interop/Interop.WiFi.cs
+++ b/
src/Tizen.Network.WiFi/Interop/Interop.WiFi.cs
@@
-361,7
+361,6
@@
internal static partial class Interop
protected override bool ReleaseHandle()
{
- WiFi.Config.Destroy(this.handle);
this.SetHandle(IntPtr.Zero);
return true;
}