Files
asterisk/include
Sean Bright 68f14664a6 strings.h: Ensure ast_str_buffer(…) returns a 0 terminated string.
If a dynamic string is created with an initial length of 0,
`ast_str_buffer(…)` will return an invalid pointer.

This was a secondary discovery when fixing #65.

(cherry picked from commit 164001b05c)
2024-03-07 14:16:38 +00:00
..