-
-
Notifications
You must be signed in to change notification settings - Fork 437
use str* API in place of isdigit() in server/conf.c #676
Copy link
Copy link
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 blocksHardeningIdeas and implems to make NUT deployments more robust and secure (relaxed convenience may suffer)Ideas and implems to make NUT deployments more robust and secure (relaxed convenience may suffer)refactor/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
Milestone
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 blocksHardeningIdeas and implems to make NUT deployments more robust and secure (relaxed convenience may suffer)Ideas and implems to make NUT deployments more robust and secure (relaxed convenience may suffer)refactor/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
Type
Fields
Give feedbackNo fields configured for issues without a type.
isdigit()takes a char/int, not a char*.Originally mentioned here, but we need to fix this before the next release.