banan-os/userspace/libraries
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
..
LibC LibC: Fix strncat 2025-04-17 23:12:40 +03:00
LibELF LibELF: Add definitions for ELF TLS values 2025-04-15 23:31:17 +03:00
LibFont BuildSystem: Cleanup cmake files 2024-09-05 12:52:25 +03:00
LibGUI Kernel: Fix SYS_FCNTL command handling :) 2024-12-03 16:12:26 +02:00
LibImage LibImage: Fix PNG palette decoding 2025-02-12 10:09:03 +02:00
LibInput Kernel: Make backspace \b and delete 0x7F 2024-12-05 17:34:37 +02:00
CMakeLists.txt BuildSystem: Cleanup and fix cmake files 2025-01-28 17:11:21 +02:00