fix: infinite loop in vsscanf whitespace processing#503
fix: infinite loop in vsscanf whitespace processing#503lachlanharrisdev wants to merge 1 commit intoVirtualBox:mainfrom
Conversation
|
Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (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. |
|
OCA has been signed, waiting approval from oracle |
|
Thanks for signing -- not sure why this has not been approved (yet). |
|
Hi, your OCA got rejected since you provided an incomplete mailing address. |
|
Apologies, the form made it very unclear whether it was company or personal address. I've submitted a new application |
|
Thank you for signing the OCA. |
Resolves #501
Fixes an infinite loop within the
vsscanffunction 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.