fruit fad608e2ed Fix failed assertion in guf_str_copy
An assertion GUF_ASSERT(str_is_valid(dst)) failed in guf_str_copy when it called guf_str_cstr(dst)
 since guf_str_cstr assumes an already valid string, which was not the case when src was a short string.

Therefore, we get the dst's c_str now without calling guf_str_cstr(dst)

(Found by writing DbufStrTest.)
2025-12-23 14:11:06 +01:00
2025-01-03 10:38:57 +01:00
2025-12-23 14:11:06 +01:00
2025-01-03 10:38:57 +01:00
2025-12-23 14:11:05 +01:00
Description
Strongly typed C99 containers etc.
1.1 MiB
Languages
C 66%
C++ 27.3%
Python 6.1%
CMake 0.6%