Skip to content
Snippets Groups Projects
Commit adf32d11 authored by Joshua Colp's avatar Joshua Colp Committed by Gerrit Code Review
Browse files

Merge "pjproject_bundled: Disable PJSIP_UNESCAPE_IN_PLACE"

parents bc19d9a2 30415944
Branches
Tags
No related merge requests found
...@@ -28,7 +28,11 @@ ...@@ -28,7 +28,11 @@
#define PJSIP_SAFE_MODULE 0 #define PJSIP_SAFE_MODULE 0
#define PJ_HAS_STRICMP_ALNUM 0 #define PJ_HAS_STRICMP_ALNUM 0
#define PJ_HASH_USE_OWN_TOLOWER 1 #define PJ_HASH_USE_OWN_TOLOWER 1
#define PJSIP_UNESCAPE_IN_PLACE 1 /*
It is imperative that PJSIP_UNESCAPE_IN_PLACE remain 0 or undefined.
Enabling it will result in SEGFAULTS when URIs containing escape sequences are encountered.
*/
#undef PJSIP_UNESCAPE_IN_PLACE
#define PJSIP_MAX_PKT_LEN 6000 #define PJSIP_MAX_PKT_LEN 6000
#undef PJ_TODO #undef PJ_TODO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment