Skip to content

Conversation

@SparkingSpork
Copy link

In commit d02322b, the behavior of ReadBinaryFile was changed such that it no longer populated iHT. This caused VerifyAuthentication to access a null iHT value resulting a segementation fault.

This fix changes VerifyAuthentication to call ReadHeaderTableDetails instead, where the old functionality of ReadBinaryFile now lives.

In commit d02322b, the behavior of ReadBinaryFile was changed such
that it no longer populated iHT. This caused VerifyAuthentication
to access a null iHT value resulting a segementation fault.

This fix changes VerifyAuthentication to call ReadHeaderTableDetails
instead, where the old functionality of ReadBinaryFile now lives.

Signed-off-by: Charlie Johnston <charlie.johnston@loftorbital.com>
@jacmet
Copy link

jacmet commented Oct 23, 2024

Thanks, I'm seeing this as well. Notice that it was fixed differently in the 2024.1 dump by making ReadBinaryFile() call ReadHeaderTableDetails(): 3a0f879#diff-404aa20e03f1035b725ac1ea6e64c28477bb65c1663da67f64ffdb1a60552cee

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

Successfully merging this pull request may close these issues.

2 participants