banan-os/userspace
Bananymous 88abbd90dc LibC: Fix strncat
strncat was using strncpy internally which nullpadded dest until n bytes
were written.

also there was no terminating null byte added if src was shorter than n
bytes
2025-04-17 23:12:40 +03:00
..
aoc2023 userspace: fix aoc2023 and aoc2024 linking 2024-12-02 20:13:37 +02:00
aoc2024 aoc2024: Implement day25 solution 2024-12-25 18:13:57 +02:00
libraries LibC: Fix strncat 2025-04-17 23:12:40 +03:00
programs Kernel/LibC/DynamicLoader: Implement thread local storage 2025-04-15 23:33:39 +03:00
tests Kernel/LibC: Add basic support for pthread_{create,exit} 2025-04-01 23:26:13 +03:00
CMakeLists.txt aoc2024: prepare programming environment 2024-12-01 07:41:25 +02:00