We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
________________________________________________________________________________________________________ *** CID [1565744](tel:1565744): Null pointer dereferences (FORWARD_NULL) /shlr/qjs/src/quickjs.c: 40918 in js_iterator_helper_next() 40912 break; 40913 default: 40914 abort(); 40915 } 40916 40917 done: CID [1565744](tel:1565744): Null pointer dereferences (FORWARD_NULL) Dereferencing null pointer "it". 40918 it->done = magic == GEN_MAGIC_NEXT ? *pdone : TRUE; 40919 it->executing = FALSE; 40920 return ret; 40921 fail: 40922 if (it) { 40923 /* close the iterator object, preserving pending exception */
The text was updated successfully, but these errors were encountered:
Fix null deref in js_iterator_helper_next
226793a
Fixes: #705
db6693c
Good catch! Fix in #706
Sorry, something went wrong.
ef15418
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: