Attention is currently required from: laforge, lynxis lazus.
Patch set 1:Code-Review -1
2 comments:
File src/rspro_util.c:
Patch Set #1, Line 70: ASN_STRUCT_FREE(asn_DEF_RsproPDU, pdu);
You decided to free pdu here in case of encoding failure.
Look inside the users worker_send_rspro(), cli_conn_send_rspro() and client_conn_send(), they will double free in case of a failure.
Patch Set #1, Line 92: ASN_STRUCT_FREE(asn_DEF_RsproPDU, pdu);
Same issue here. This casues a double free.
To view, visit change 42705. To unsubscribe, or for help writing mail filters, visit settings.