Files
SOEM/contrib
Hans-Erik Floryd bb63f23ea7 fix: replace strcpy with strncpy
Replace all instances of strcpy() with strncpy() to prevent buffer
overflow vulnerabilities. The strcpy() function does not perform
bounds checking, which can lead to security issues when copying
strings of unknown or excessive length.

Problem reported and fix suggested by Jaeyeong Lee.

Change-Id: Ide896dbae3bdaf9001287b4d3e387efd355e73bd
2026-02-26 12:02:49 +01:00
..
2025-07-11 14:13:56 +02:00
2025-07-10 11:38:57 +02:00
2026-02-26 12:02:49 +01:00
2025-07-10 10:23:07 +02:00