Closed openhpi2 closed 8 years ago
Initialization of OA (oa_2) structure in function build_oa_soap_custom_handler() is incorrect.
File: "plugins/oa_soap/oa_soap.c"
164 oa_handler->oa_2->mutex = wrap_g_mutex_new_init(); 165 memset(oa_handler->_oa_1_->server, 0, MAX_URL_LEN); 166 oa_handler->oa_2->oh_handler = oh_handler;
Reported by: nandic
Original comment by: dr_mohan
Fixed in checkin #7621
Initialization of OA (oa_2) structure in function build_oa_soap_custom_handler() is incorrect.
File: "plugins/oa_soap/oa_soap.c"
164 oa_handler->oa_2->mutex = wrap_g_mutex_new_init(); 165 memset(oa_handler->_oa_1_->server, 0, MAX_URL_LEN); 166 oa_handler->oa_2->oh_handler = oh_handler;
Reported by: nandic