Skip to content

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

Open
Shpaky wants to merge 1 commit intoEonblast:masterfrom
Shpaky:fix_emysql_auth_asciiz
Open

fix - 'asciiz/1' function of 'emysql_auth' module was fixed#193
Shpaky wants to merge 1 commit intoEonblast:masterfrom
Shpaky:fix_emysql_auth_asciiz

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