> struct ast_str *str = ast_str_create(32); > > foo(str); > > do_something(str); /* DANGEROUS */ Ouch. That's unexpected. Could you do an update of the doxygen in include/asterisk/strings.h too? /w