Source: sofia-sip Severity: normal Tags: patch The Sofia-SIP fork at https://github.com/AzettiNetworks/sofia-sip includes a range of bugfixes for memory leaks in stun, msg_parser and test code:
337b0ebb fix absence of Max-forwards in ACK message sent by nta_msg_ackbye() 0f8f6817 Fix default automake and aclocal versions (#3560) fb4ce3a0 Fix crash in function nua_session_client_response 3eb16bc2 torture_su_glib: Memory leaks and include d5cd7292 test_auth_digest: Fix memory leaks 417f39d1 test_nth: Fix memory leaks and invalid usage 970f279c tport: Honour REUSE/FRESH in tport_send 5743974a test_tport: Fix tests and memory leaks. 13eaa715 check_nta: Fix several memory leaks ae25933c s2check: Fix memory leak in setup/teardown 2e3c65f7 test_nta_api: Tests fixes 6943c5e2 nta tests: Remove TEST_ENVIRONMENT variable d4e01b30 msg_parser: Fix invalid memory access when parsing NULL fc96f4d9 sip_tests: Several fixes and tests added c24c5db9 m4/sac-general.m4: Avoid compiler warnings in __func_ detection f74cf82d tptag_dos_ref: Fix sign inconsistency 824fc59b tstdef: Do not use a dummy variable when running with asan f60b6db7 test_http: Fix memory leaks 31a82022 test_sip_msg: Fix memory leak 461b4f1f torture_sip: Fix memory leaks 70aa35ea test_sip_msg: Fix tautological comparisons 63165eb3 torture_url: Fix memory leak 7b37bbb3 torture_sdp: Fix memory leak 06853c74 test_sresolv: Fix incorrect memset bb903305 torture_sresolv: test_cache Fix invalid memory usage ed84ab9f torture_sresolv: test_api_errors: fix memory leak 923e1264 torture_su_timer: Address memory leak 8cf2bcf7 torture_su_root: Test actual sent bytes with sendto e18963ad msg_parser: Fix bug with malformed SIP Messages 8f9c19f0 gitignore: Add test output files ce4bb52a stun_mini: Avoid possible memory leaks and dead assigments ac0e8491 Removed unnecessary debug messages f72cc67a Added new tag NUTAG_SUB_NO_REFRESH to allow blocking subscribe refreshing 2ab15662 sres_cached_answers_sockaddr: Return directly if no cached records are found ed8a1b0c torture_sip: Fix invalid date 04a20987 Fix default automake and aclocal versions (#3560) 2c9dc21d Removed unnecessary debug messages 43497510 Added new tag NUTAG_SUB_NO_REFRESH to allow blocking subscribe refreshing 8cb7baaa Fix crash in function nua_session_client_response - Jonas