[sr-dev] [kamailio/kamailio] dialog: segfault with db_mode = 1 and broken SIP message (#1899)

Bastian Triller notifications at github.com
Thu Mar 21 15:42:52 CET 2019


log messages from before the crash:
```
ERROR: <core> [core/parser/msg_parser.c:96]: get_hdr_field(): bad header
ERROR: <core> [core/parser/msg_parser.c:330]: parse_headers(): bad header field [a=sendrecv#015#012]
ERROR: dialog [dlg_handlers.c:190]: populate_leg_info(): failed to parse headers
ERROR: dialog [dlg_handlers.c:495]: dlg_onreply(): could not add further info to the dialog
```
so that `bind_addr` from callee leg isn't set: [dlg_handlers.c](https://github.com/kamailio/kamailio/blob/5.0/src/modules/dialog/dlg_handlers.c#L189-L194)
```
	if(parse_headers(msg,HDR_EOH_F,0)<0){
		LM_ERR("failed to parse headers\n");
		goto error0;
	}

	dlg->bind_addr[leg] = msg->rcv.bind_address;
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1899#issuecomment-475257720
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20190321/30e5f673/attachment-0001.html>


More information about the sr-dev mailing list