You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Memory may have been previously freed by
ccan/ccan/strset/strset.c:196
}
/* Sew empty string back so remaining logic works */
free(n->u.n);
n->u.s = empty_str;
break;
}
CodeQL complains about a UAF:
nvme-cli/ccan/ccan/strset/strset.c
Line 211 in 79abafe
Tracking issue for:
The text was updated successfully, but these errors were encountered: