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

fix - 'asciiz/1' function of 'emysql_auth' module was fixed #193

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Shpaky
Copy link

@Shpaky Shpaky commented Dec 1, 2020

'asciiz/1' function of 'emysql_auth' module was fixed.

{Salt2, <<>>} = asciiz(Salt2_0),

here <<>> expects as second returning value, but it will be never received since binary:split/2 function doesn`t complement returning value.

Example:

1> binary:split(<<1,2,3,4,5,6,7,8,9,10,11,12,13>>,<<0>>).
[<<1,2,3,4,5,6,7,8,9,10,11,12,13>>]

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