doc/
subfolder, the README file is autogenerated)remove a variable creation
Put two variable accessible to the entire function, renaming one to have some clarity.
Remove the useless variable.
Change from using snprintf to memset (no more \0 at last position)
This fix possible a memory overflow while using snprintf
. This also add a \0 at the end of the structure, so a more direct approach with memset
was used.
change the destination of an allocated space being smaller than the source
Elements were being put into a smaller string, this commit makes the destination bigger then the source.
https://github.com/kamailio/kamailio/pull/3095
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.