79535225

Date: 2025-03-26 01:45:32
Score: 2
Natty:
Report link

The C++ compiler does not write run-time checks on array indexing. Once the array is passed to the C++ compiler it is accessed using C++ rules. You can expect buffer overflow checking if you pass an Ada subprogram handling the array to the C++ compiler. The Ada compiler will generate the subprogram with the expected run-time checks.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jim Rogers