data.h includes <stdlib.h> via quotes instead of angle brackets #61
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
In
src/shared/data.hline 4:This uses quotes (
"...") instead of angle brackets (<...>) for a system header. While many compilers fall back to system paths when quotes fail, this is non-standard and may cause issues on some build configurations or compilers. The same issue exists insrc/shared/data.cline 3.Location
src/shared/data.h:4,src/shared/data.c:3Suggested Fix
Change to:
Severity
Low
Category
Quality