-
-
Notifications
You must be signed in to change notification settings - Fork 395
Open
Labels
C-strIssues and PRs about C/C++ methods, headers and data types dealing with strings and memory blocksIssues and PRs about C/C++ methods, headers and data types dealing with strings and memory blocksenhancementrefactor/fightwarnPR or issue proposal to improve code maintainability without functional changes, or to fix warningsPR or issue proposal to improve code maintainability without functional changes, or to fix warnings
Description
Similar to
- Use str* API to check for valid numeric value #677
- use str* API in place of isdigit() in server/conf.c #676
- Stop using atoi()/atol()/strtol(), convert all to str_to_*() and str_to_*_strict() #966
Use NUT provided facilities for safer and more reliable coding instead of base system routines with same error-checking copied all around the codebase.
Metadata
Metadata
Assignees
Labels
C-strIssues and PRs about C/C++ methods, headers and data types dealing with strings and memory blocksIssues and PRs about C/C++ methods, headers and data types dealing with strings and memory blocksenhancementrefactor/fightwarnPR or issue proposal to improve code maintainability without functional changes, or to fix warningsPR or issue proposal to improve code maintainability without functional changes, or to fix warnings