XZ-X
XZ-X
[Reopen of 24958 to refresh CLA] rehash.c: handle possible null pointer returned by OPENSSL_strdup
Close and reopen of the PR #24958 to refresh CLA check following the CLA email. ##### Checklist - [ ] documentation is added or updated - [ ] tests are...
`strdup` may return null pointer on allocation failures. I added null pointer checks to calls to `strdup` that were not checked.
This PR attempts to handle cases where a model does not repeat the function signature. Note that the variable `start` denotes the position of the queried function signature, and it...