Actions
Bug #1885
openSetting -p, -a or -i will result in segfault
Status:
New
Priority:
High
Assignee:
-
Category:
Segmentation Faults
Target version:
-
Start date:
07/28/2014
Due date:
% Done:
0%
Estimated time:
Description
if any of -p -a -i is set "expert" variable is set to true in upnp.cpp ProcessArgs. Once this is set same function tries to evaluate "expertSettings" resulting in dereferenciation of a null pointer as those settings are not present.
Workaround:
#if 0
if(expert){
if(!cMenuSetupUPnP::SetupParse("expertSettings", optarg, config)) return false;
}
#endif
No data to display
Actions