Currently several apps specify special pool name with "%p" suffix (e.g: group lock, SSL socket) to make it unique. Unfortunately there is a potential issue as described in the link above. The special name was applied when the name contains "%" char, now it is only applied if the name contains "%p" and the "%p" is in the end of the string.
To fix https://github.com/pjsip/pjproject/pull/4164#issuecomment-2489854989.
Currently several apps specify special pool name with "%p" suffix (e.g: group lock, SSL socket) to make it unique. Unfortunately there is a potential issue as described in the link above. The special name was applied when the name contains "%" char, now it is only applied if the name contains "%p" and the "%p" is in the end of the string.