Skip to content

Conversation

@buttercookie42
Copy link

The missing alignment meant that the info level was being misread if the host name of the server had an even number of characters, because in that case the end of the string ended up not being 4-byte-aligned.

The missing alignment meant that the info level was being misread if the host
name of the server had an even number of characters, because in that case the
end of the string ended up not being 4-byte-aligned.

This meant that the info level was being misread as e.g. 65536 instead of 1,
which had the ultimate result that instead of success and a list of the
available shares, an error message would be sent back and the server couldn't be
accessed.
@buttercookie42 buttercookie42 force-pushed the alignment branch 2 times, most recently from 8acb943 to 37d7f1d Compare November 4, 2024 19:03
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.

1 participant