Project

General

Profile

« Previous | Next » 

Revision 670e288d

Added by alanwu (Alan Wu) about 5 years ago

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()