2.4 – Check for Safe Alternatives to Banned C Functions
Here is the formal documentation for Section 2.4: Check for Safe Alternatives to Banned C Functions as per BIS compliance structure:
2.4 – Check for Safe Alternatives to Banned C Functions
Requirement Description
Verify that banned or unsafe C functions (such as gets(), strcpy(), strcat(), sprintf(), etc.) are not used in the firmware/application code, and are replaced with secure alternatives such as fgets(), strncpy(), strncat(), snprintf(), etc.
DUT Confirmation Details
(To be filled based on Device Under Test - model, serial number, version)