We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0fb5b7 commit 9a66d3dCopy full SHA for 9a66d3d
1 file changed
cSploitClient/event.c
@@ -632,6 +632,7 @@ jobject create_fusebind_event(JNIEnv *env, message *m) {
632
struct fusemount_bind_info *bind_info;
633
634
bind_info = (struct fusemount_bind_info *) m->data;
635
+ res = NULL;
636
jsrc = jmnt = NULL;
637
638
src = string_array_next(m, bind_info->data, NULL);
0 commit comments