Skip to content
New issue

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

Dereferring nullpointer in s1251 #31

Open
christiana opened this issue Dec 11, 2019 · 0 comments
Open

Dereferring nullpointer in s1251 #31

christiana opened this issue Dec 11, 2019 · 0 comments

Comments

@christiana
Copy link

In s1251 here, s1710 is called. the return value jstat can be 5:

parameter value at end of
curve, rcnew1=SISL_NULL or
rcnew2=SISL_NULL.

indicating that qc1 OR qc2 may be NULL. This is not handled by s1251, leading to a nullptr exception here or here in our case.

Our analysis is that in this case we are approaching the resolution limit, but the check for this in s1251 is slightly different from that in s1710. It might be solved by checking for NULL and stop recursion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant