namjaejeon / ksmbd-tools

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

eliminate a use-after-free #198

Closed rtmrtmrtmrtm closed 12 months ago

rtmrtmrtmrtm commented 12 months ago

Don't use err->message after g_error_free(err).

namjaejeon commented 12 months ago

Applied it to #master branch. I have directly update it. Please check what is updated in the patch in master branch. ksmbd-tools patch follows the rules of the Linux kernel patch.