Skip to content

Conversation

@lachlanharrisdev
Copy link

Resolves #501

Fixes an infinite loop within the vsscanf function due to incrementing the incorrect variable when processing whitespace. While the loop correctly skipped whitespace in the format string, this loop was only caused by whitespace in the input string.

@oracle-contributor-agreement
Copy link

Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
The following contributors of this PR have not signed the OCA:

To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application.

When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated.

If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Required At least one contributor does not have an approved Oracle Contributor Agreement. label Jan 26, 2026
@lachlanharrisdev
Copy link
Author

OCA has been signed, waiting approval from oracle

@alflr
Copy link
Contributor

alflr commented Jan 28, 2026

Thanks for signing -- not sure why this has not been approved (yet).

@AlexanderEichner
Copy link
Contributor

Hi, your OCA got rejected since you provided an incomplete mailing address.

@lachlanharrisdev
Copy link
Author

Apologies, the form made it very unclear whether it was company or personal address. I've submitted a new application

@oracle-contributor-agreement
Copy link

Thank you for signing the OCA.

@oracle-contributor-agreement oracle-contributor-agreement bot added OCA Verified All contributors have signed the Oracle Contributor Agreement. and removed OCA Required At least one contributor does not have an approved Oracle Contributor Agreement. labels Jan 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Variable name typo at nocrt-vsscanf causing dead loop

3 participants