Commit Graph

4 Commits (5cecb4f294f48a61f51dac6d5cec81b02dedcafc)

Author SHA1 Message Date
Alejandro Sirgo Rica e679925bd0 src: add safe_strtoull for safe string to number conversion
Add safe_strtoull to validate the execution of strtoull.
Definining the base of the number is required becase partition
codes are base 16 but they lack the 0x prefix.

Replace uses of atoi and strtoull/strtoul and log the conversion
errors.
2024-10-25 15:09:31 +02:00
Alejandro Sirgo Rica df52acba04 src: add str_toupper and str_tolower functions
Add auxiliar string case change functions.
2024-07-15 16:36:45 +02:00
OpenGnSys Support Team a7cce8d442 ogServer is AGPLv3+
Update license header in files.
2021-05-04 17:59:11 +02:00
OpenGnSys Support Team 37e91b2ebb #971 rename sources folder to src
Use the same folder as in ogClient.
2020-06-26 20:13:42 +02:00