Skip to content

Commit

Permalink
Limit use of sscanf only to double parsing, using a custom implementa…
Browse files Browse the repository at this point in the history
…tion for {u}int{32|64} parsing. (Azure#974)

* Limit use of sscanf only to double parsing, using a custom implementation
for {u}int{32|64} parsing.

* Add a few more atod test cases.

* Add explicit casts to avoid implicit conversion warnings.

* Fix bug where input is too small and add test cases.

* Address PR feedback - add and update comments.
  • Loading branch information
ahsonkhan authored Aug 1, 2020
1 parent 20ce687 commit 45a4ae4
Show file tree
Hide file tree
Showing 2 changed files with 342 additions and 169 deletions.
Loading

0 comments on commit 45a4ae4

Please sign in to comment.