Commit Graph

10 Commits (737bb55f76b610b08298a575a316c010f64d9d3e)

Author SHA1 Message Date
Daniele Lacamera 776378ca78 Preparing release v2.8.0 + update copyright 2026-04-16 13:11:56 +02:00
Daniele Lacamera eca76efcc5 string: fix unaligned backward word copies 2026-04-09 17:44:26 +02:00
Daniele Lacamera 040bcdb00d unit-tests: skip large memmove under coverage 2026-04-09 06:23:40 +02:00
Daniele Lacamera 62f6eca694 unit-tests: avoid gcov memmove timeout 2026-04-08 22:22:19 +02:00
Daniele Lacamera e22eade623 fix memmove large-length backward copy
F/1897
2026-04-08 19:53:50 +02:00
Daniele Lacamera 0a8e95f787 strings.c: enforce null-termination on strncpy, optimize strcat
F/439
F/440
2026-03-12 09:28:51 +01:00
Paul Adelsbach 260a78e5e3 Fix string compare functions 2026-03-06 19:25:07 +01:00
Daniele Lacamera 2244688d70 Renamed function as suggested by copilot 2026-02-23 21:03:52 +01:00
Daniele Lacamera 6a5762d241 Addressed copilot review comments
- Converted 'strncat' to the standard POSIX behavior. Fixed fdt-parser
  to use the right len argument.
2026-02-23 21:03:52 +01:00
Daniele Lacamera 25ae592093 Fix strncasecmp bounds and alpha-only case folding
+ Added unit tests for string.c
2026-02-23 21:03:35 +01:00