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
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
2026-02-26 12:02:49 +01:00
2025-07-09 17:21:28 +02:00
2025-07-09 17:20:48 +02:00
2025-07-11 15:20:03 +02:00
2025-07-11 15:20:03 +02:00

Simple Open EtherCAT Master Library

  • Copyright (C) 2005-2025 Speciaal Machinefabriek Ketels v.o.f.
  • Copyright (C) 2005-2025 Arthur Ketels
  • Copyright (C) 2009-2025 RT-Labs AB, Sweden

SOEM (Simple Open EtherCAT Master) is a software library for developing EtherCAT MainDevices.

This library is specifically designed for real-time communication in embedded systems. Its lightweight architecture minimizes resource consumption, making it suitable for environments with limited resources. SOEM can also be utilized on both Linux and Windows systems.

As a library rather than a standalone application, SOEM provides flexibility and customization for developers looking to implement EtherCAT technology.

Documentation

See https://docs.rt-labs.com/soem

Contributions

Contributions are welcome. If you want to contribute you will need to sign a Contributor License Agreement and send it to us either by e-mail or by physical mail. More information is available on https://rt-labs.com/contribution.

Description
Languages
C 97.3%
CMake 1.7%
Python 0.9%
Dockerfile 0.1%