Unverified Commit 22773e59 authored by michaelrj-google's avatar michaelrj-google Committed by GitHub
Browse files

[libc] Fix condition ordering in scanf (#80083)

The inf and nan string index bounds checks were after the index was
being used. This patch moves the index usage to the end of the
condition.

Fixes #79988
parent ebe8733a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment