phoenix-rtos / phoenix-rtos-project

Sample project using Phoenix-RTOS
https://phoenix-rtos.com
BSD 3-Clause "New" or "Revised" License
43 stars 32 forks source link

`strto` functions don't set an `errno` in case of a failure #543

Open PNieck opened 1 year ago

PNieck commented 1 year ago

These functions:

gerard5 commented 1 year ago

Update: in this PR (https://github.com/phoenix-rtos/libphoenix/pull/233) I modifiedstrtoul() and strtol() to set errno.

Darchiv commented 2 months ago

Resolved for strtod() and strtof() in https://github.com/phoenix-rtos/libphoenix/pull/193 Resolved for strtoul() and strtol() in https://github.com/phoenix-rtos/libphoenix/pull/233

Fix still needed for strtoull() and strtoll()