Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src: add safe_strtoull for safe string to number conversion | Alejandro Sirgo Rica | 11 days | 1 | -0/+3 |
| | | | | | | | | | 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. | ||||
* | src: add str_toupper and str_tolower functions | Alejandro Sirgo Rica | 2024-07-15 | 1 | -1/+2 |
| | | | | Add auxiliar string case change functions. | ||||
* | #971 rename sources folder to src | OpenGnSys Support Team | 2020-06-26 | 1 | -0/+6 |
Use the same folder as in ogClient. |