-
- Downloads
pjsip: race condition in registrar
While handling a registration request a race condition could occur if/when two+ clients registered at the same time. This happened when one request obtained a copy of the current contacts for an AOR and another request did the same before the first request updated. Thus the second would update and overwrite the first (or vice-versa depending on which actually updated first). In the case of it being the same contact two "add" events would be raised. pjsip registration handling is now serialized to alleviate this issue. (closes issue AST-1213) Reported by: John Bigelow Review: https://reviewboard.asterisk.org/r/2860/ ........ Merged revisions 399897 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@399898 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- include/asterisk/res_pjsip.h 18 additions, 0 deletionsinclude/asterisk/res_pjsip.h
- res/res_pjsip.exports.in 2 additions, 0 deletionsres/res_pjsip.exports.in
- res/res_pjsip/security_events.c 56 additions, 0 deletionsres/res_pjsip/security_events.c
- res/res_pjsip_registrar.c 263 additions, 80 deletionsres/res_pjsip_registrar.c
Loading
Please register or sign in to comment