Add warning for str_new_static functions
Many functions in string.c assume that capa + termlen to be readable memory. Add comment in header to communicate this to extension authors.
See also: comment in str_fill_term()
Add warning for str_new_static functions
Many functions in string.c assume that capa + termlen to be readable
memory. Add comment in header to communicate this to extension authors.
See also: comment in str_fill_term()