changelog
- Sun, 28 Jan 2024 12:39:08 +0100
- by Mike Becker <universe@uap-core.de> [Sun, 28 Jan 2024 12:39:08 +0100] rev 801
- add .idea directory to .hgignore
- Sun, 17 Dec 2023 15:33:50 +0100
- by Mike Becker <universe@uap-core.de> [Sun, 17 Dec 2023 15:33:50 +0100] rev 800
- fix faulty string to int conversion utilities
Probably it was expected that errno is set to EINVAL when illegal characters are encountered. But this is not standard and does not happen on every system, allowing illegal strings to be parsed as valid integers.