mirror of
https://github.com/curl/curl.git
synced 2026-07-27 06:37:16 +03:00
strparse: make Curl_str_number() return error for no digits
Closes #16319
This commit is contained in:
parent
5d194d942d
commit
130b6891c8
2 changed files with 5 additions and 2 deletions
|
|
@ -33,6 +33,7 @@
|
|||
#define STRE_BYTE 5
|
||||
#define STRE_NEWLINE 6
|
||||
#define STRE_OVERFLOW 7
|
||||
#define STRE_NO_NUM 8
|
||||
|
||||
struct Curl_str {
|
||||
const char *str;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue