Karel Kočí
c4d8d937d5
libs/libc/obstack: correctly append null byte at the end of string
...
obstack_printf and obstack_vprintf should terminate the C string with
null byte but lib_vsprintf doesn't do it. It must be done on top of
that unless we get unterminated string.
This is fix to be consistent with GlibC behavior.
This also includes minor tweak to use obstack_1grow directly instead of
calling obstack_puts.
2024-08-21 10:21:50 -03:00
..
2023-10-29 17:16:09 +02:00
2024-08-15 18:01:50 +08:00
2024-03-26 09:40:42 +08:00
2023-07-08 13:50:48 +08:00
2023-11-07 17:39:03 +01:00
2024-04-29 17:34:10 +08:00
2023-07-08 13:50:48 +08:00
2024-07-27 03:11:39 +08:00
2023-07-08 13:50:48 +08:00
2023-07-08 13:50:48 +08:00
2023-12-27 07:27:17 -08:00
2023-07-08 13:50:48 +08:00
2024-06-26 10:19:14 -03:00
2023-11-07 17:39:03 +01:00
2023-07-08 13:50:48 +08:00
2023-09-16 19:45:02 +08:00
2024-04-23 10:26:48 -03:00
2023-07-08 13:50:48 +08:00
2023-07-16 00:35:35 +03:00
2024-04-29 17:34:10 +08:00
2023-07-08 13:50:48 +08:00
2024-08-14 20:58:59 +08:00
2024-08-21 02:04:15 +08:00
2024-08-11 14:28:12 -03:00
2024-07-27 03:11:39 +08:00
2024-08-20 10:33:18 -03:00
2024-08-21 10:21:50 -03:00
2024-08-18 19:44:56 +08:00
2024-08-07 08:45:19 +08:00
2023-07-08 13:50:48 +08:00
2024-05-17 10:18:16 -03:00
2023-11-15 08:52:04 -08:00
2024-02-21 13:29:36 -03:00
2024-06-06 02:40:50 +08:00
2023-08-29 09:43:42 +08:00
2024-06-02 09:27:36 -03:00
2024-08-21 13:33:45 +08:00
2024-08-21 13:33:45 +08:00
2023-12-25 16:54:16 -03:00
2024-08-14 22:36:57 +08:00
2024-01-04 09:22:57 -08:00
2023-07-08 13:50:48 +08:00
2023-07-08 13:50:48 +08:00
2024-08-21 13:33:45 +08:00
2024-03-01 17:27:26 +08:00
2023-07-08 13:50:48 +08:00
2024-08-21 02:52:45 +08:00
2023-07-08 13:50:48 +08:00
2023-10-29 17:16:09 +02:00
2024-08-21 13:33:45 +08:00
2024-01-30 20:53:00 -08:00
2023-11-27 04:52:54 -08:00
2023-10-29 21:03:54 -03:00
2023-08-26 17:07:02 +08:00
2023-07-08 13:50:48 +08:00
2023-08-10 20:47:37 +08:00
2024-06-26 17:40:55 +08:00
2023-10-29 17:09:18 +02:00
2024-02-21 13:29:36 -03:00