You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Donat Zenichev
85842fd136
MT#59962 db_reg_agent: check iterator's object befor using
Can be NULL.
Fixes:
*** CID 545194: Null pointer dereferences (FORWARD_NULL)
/apps/db_reg_agent/DBRegAgent.cpp: 1255 in DBRegAgent::setRegistrationTimer(long, unsigned long,
RegistrationActionEvent::RegAction, const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> &)()
1249 DBG("timer object for subscription %ld not found, type: %s\n", object_id, type.c_str());
1250 timer = new RegTimer();
1251 timer->object_id = object_id;
1252 timer->type = type; // 'peering' or 'subscriber'
1253 DBG("created timer object [%p] for subscription %ld, type: %s\n", timer, object_id, type.c_str());
1254 } else {
>>> CID 545194: Null pointer dereferences (FORWARD_NULL)
>>> Dereferencing null pointer "it".
1255 timer = it->second;
1256 DBG("removing scheduled timer...\n");
1257 registration_scheduler.remove_timer(timer);
1258 }
1259
1260 timer->action = reg_action;
Change-Id: I097d796c9ba2ac9a8c7334602030a59ac526eee9
|
10 months ago |
| .. |
|
ann_b2b
|
Imported Upstream version 1.6.0~20140516~eaa616
|
12 years ago |
|
announce_transfer
|
Imported Upstream version 1.6.0~20140516~eaa616
|
12 years ago |
|
announcement
|
MT#62181 replace AmSharedVar
|
11 months ago |
|
annrecorder
|
MT#57391 sems (CE): eliminate the `auto_ptr` usage (deprecated in C++11)
|
3 years ago |
|
callback
|
Imported Upstream version 1.6.0~20140516~eaa616
|
12 years ago |
|
click2dial
|
MT#62181 Click2Dial: use smart pointer
|
10 months ago |
|
conf_auth
|
Imported Upstream version 1.6.0~20140516~eaa616
|
12 years ago |
|
conference
|
MT#57391 sems (CE): eliminate the `auto_ptr` usage (deprecated in C++11)
|
3 years ago |
|
confpin
|
MT#55831 confpin: simple pin conference app
|
3 years ago |
|
db_reg_agent
|
MT#59962 db_reg_agent: check iterator's object befor using
|
10 months ago |
|
diameter_client
|
MT#55831 Use a proper accessor instead of messing with the struc directly
|
3 years ago |
|
dsm
|
MT#59962 DSM: switch config file loading to STL
|
10 months ago |
|
early_announce
|
Imported Upstream version 1.6.0~20150612~a2d214df36
|
11 years ago |
|
early_dbprompt
|
MT#59962 early_dbprompt: add Makefile
|
1 year ago |
|
examples
|
MT#62181 replace AmSharedVar
|
11 months ago |
|
gateway
|
Imported Upstream version 1.6.0~20140516~eaa616
|
12 years ago |
|
ivr
|
MT#57437 Upstream: apps/ivr fix for Python3.10 and higher
|
3 years ago |
|
jsonrpc
|
MT#57439 fix the bit flag comparison in `JsonRpcServer::processMessage()`
|
3 years ago |
|
mailbox
|
Imported Upstream version 1.6.0~20140516~eaa616
|
12 years ago |
|
mobile_push
|
MT#59962 mobile_push: add Makefile
|
1 year ago |
|
monitoring
|
MT#62181 replace AmSharedVar
|
11 months ago |
|
mp3
|
added OpenSSL linking exception to license
|
16 years ago |
|
msg_storage
|
MT#55831 Revamp the build system
|
3 years ago |
|
mwi
|
MT#57437 Upstream: Fixed NOTIFY to URI
|
3 years ago |
|
pin_collect
|
Imported Upstream version 1.6.0~20140516~eaa616
|
12 years ago |
|
precoded_announce
|
Imported Upstream version 1.6.0~20140516~eaa616
|
12 years ago |
|
py_sems
|
MT#56184 build: Fix parallel building
|
3 years ago |
|
reg_agent
|
MT#59962 Coverity Scan: Uninitialized pointer field (reg_agent)
|
10 months ago |
|
registrar_client
|
MT#62181 replace AmSharedVar
|
11 months ago |
|
rtmp
|
MT#62181 rework AmCondition
|
11 months ago |
|
sbc
|
MT#59962 CallLeg: `replaceExistingLeg()` use smart ptr
|
10 months ago |
|
sw_vsc
|
MT#59962 my_bool isn't supported anymore (mysql > 8.0.1)
|
11 months ago |
|
twit
|
Imported Upstream version 1.6.0~20140516~eaa616
|
12 years ago |
|
voicebox
|
MT#57391 sems (CE): eliminate the `auto_ptr` usage (deprecated in C++11)
|
3 years ago |
|
voicemail
|
MT#62181 rework AmCondition
|
11 months ago |
|
webconference
|
MT#62181 rework AmCondition
|
11 months ago |
|
xmlrpc2di
|
MT#59962 XMLRPC2DI: first allocate `XmlRpcServer`
|
10 months ago |
|
CMakeLists.txt
|
Imported Upstream version 1.6.0~20140516~eaa616
|
12 years ago |
|
Makefile
|
MT#59962 apps: exclude sw_vsc
|
1 year ago |