ObjFW  Check-in [04bb18457a]

Overview
Comment:Set errno to 0 before calling strto*

It is not guaranteed that errno is set to 0 when there is no
overflow/underflow, so it needs to be set to 0 before, in case it
already is ERANGE from a previous call.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 04bb18457a87d3d890ffd7f808432b4ea9eb326a2f46ff2da6e61ab168ac49d5
User & Date: js on 2020-08-13 19:43:33
Other Links: manifest | tags
Context
2020-08-13
19:49
Work around amiga-gcc missing strto(u)ll check-in: 138410a925 user: js tags: trunk
19:43
Set errno to 0 before calling strto* check-in: 04bb18457a user: js tags: trunk
19:27
Always cast argument to isspace() to unsigned char check-in: ce5dfd4a83 user: js tags: trunk
Changes