namjaejeon / ksmbd-tools

ksmbd kernel server userspace utilities
GNU General Public License v2.0
52 stars 42 forks source link

ksmbd-tools: fix possible double frees #184

Closed mmakassikis closed 1 year ago

mmakassikis commented 1 year ago

Make sure that functions such as g_hash_table_destroy() and g_array_free() can't be called on stale pointers.

Signed-off-by: Marios Makassikis mmakassikis@freebox.fr

namjaejeon commented 1 year ago

Applied, Thanks!