pjsip / pjproject

PJSIP project
http://www.pjsip.org
GNU General Public License v2.0
2.07k stars 786 forks source link

Revert Swig Python cc_mingw modification #4165

Closed sauwming closed 5 days ago

sauwming commented 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()).

cc_mingw is not supposed to use any PJSIP APIs.