search for: ast_dynstr_build_retry

Displaying 1 result from an estimated 1 matches for "ast_dynstr_build_retry".

2007 Jul 29
0
Asterisk 1.4.X support for Solaris 10?
...__ast_threadstorage_object_replace(old_buf, *buf, (*buf)->len + sizeof(*(*buf))); #endif /* defined(DEBUG_THREADLOCALS) */ } /* va_end() and va_start() must be done before calling * vsnprintf() again. */ return AST_DYNSTR_BUILD_RETRY; } return res; } I think the fault is caused by a NULL pointer somewhere,but I can't figure-out what's wrong. Can anyone help? Frank