Files
raylib/src
Max Freedom Pollard 94a69ad9e2 [rtext] Fix TextSplit() reading past its buffer on text of 1024 bytes or more (#6136)
The copy loop filled all MAX_TEXT_BUFFER_LENGTH bytes, so the last substring
could come back with no terminator, and a delimiter on the last byte made
buffers[] point one past the end of the array. Stop one byte earlier so the
zero left by the memset() at the top of the function always terminates the
last substring.
2026-09-10 15:13:05 +02:00
..
2026-09-08 18:22:22 +02:00
2026-08-12 13:02:51 +02:00
2025-12-30 22:05:37 +01:00
2026-04-12 10:24:35 +02:00
2026-09-04 18:24:04 +02:00
2024-11-14 16:40:04 +01:00
2026-04-12 10:24:35 +02:00
2026-06-19 12:27:02 +02:00
2026-04-15 09:18:30 +02:00
2026-09-04 18:24:04 +02:00
2026-08-04 21:16:08 +02:00
2026-08-13 11:01:10 +02:00
2026-09-05 18:53:39 +02:00
2026-09-04 08:04:02 +02:00
2026-03-02 13:16:43 +01:00