Closed sauwming closed 5 days ago
To close #4092.
Fix accidental modification of pjsip-apps/src/swig/python/cc_mingw.cc in https://github.com/pjsip/pjproject/commit/5fe4bc1972f9475c84956969dfdcd1ac058ff224#diff-f6731a261d595261c8085179d517d389e911489edd7324c8398ce7680e3c4358 (Fix usages of strncpy(), pj_ansi_strncpy(), and strncat() by replacing them with pj_ansi_safe_strncpy() and pj_ansi_safe_strcpycat()).
pjsip-apps/src/swig/python/cc_mingw.cc
cc_mingw is not supposed to use any PJSIP APIs.
cc_mingw
To close #4092.
Fix accidental modification of
pjsip-apps/src/swig/python/cc_mingw.cc
in https://github.com/pjsip/pjproject/commit/5fe4bc1972f9475c84956969dfdcd1ac058ff224#diff-f6731a261d595261c8085179d517d389e911489edd7324c8398ce7680e3c4358 (Fix usages of strncpy(), pj_ansi_strncpy(), and strncat() by replacing them with pj_ansi_safe_strncpy() and pj_ansi_safe_strcpycat()).cc_mingw
is not supposed to use any PJSIP APIs.