Skip to content

Conversation

@ScorpionInc
Copy link

Fixed a typo and changed the goto label to a null statement as per the standard.

Took me an embarrassingly long time to catch this little guy.
@ScorpionInc
Copy link
Author

ScorpionInc commented Sep 27, 2022

Fixes some error(s) listed here:
#43

Primarily the following:
utils.c:205:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘:’ token
205 | out:
| ^
utils.c:207:8: error: expected declaration specifiers or ‘...’ before ‘*’ token
207 | free(salt);
| ^
utils.c:208:8: error: expected declaration specifiers or ‘...’ before ‘
’ token
208 | free(nonce);
| ^
utils.c:209:8: error: expected declaration specifiers or ‘...’ before ‘
’ token
209 | free(vmk);
| ^
utils.c:210:8: error: expected declaration specifiers or ‘...’ before ‘
’ token
210 | free(*mac);

@TheNewsYorkTime
Copy link

Is this going to get merged?

@thotmx thotmx mentioned this pull request May 31, 2024
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