[MERGED] libosmo-sccp[master]: osmo_ss7: Fix memory leak with sock_name on clients at re-co...

2017-04-11 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: osmo_ss7: Fix memory leak with sock_name on clients at re-connect time .. osmo_ss7: Fix memory leak with sock_name on clients at re-connect time We cann

libosmo-sccp[master]: osmo_ss7: Fix memory leak with sock_name on clients at re-co...

2017-04-11 Thread Harald Welte
Patch Set 2: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/2303 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I6798221ccb3c70186c1c51dd34b7823fefd6df58 Gerrit-PatchSet: 2 Gerrit-Project: libosmo-sccp Gerrit-Branch: master Ge

[PATCH] libosmo-sccp[master]: osmo_ss7: Fix memory leak with sock_name on clients at re-co...

2017-04-11 Thread Harald Welte
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/2303 to look at the new patch set (#2). osmo_ss7: Fix memory leak with sock_name on clients at re-connect time We cannot use osmo_talloc_replace_string() together with osmo_sock_get_name(),

[PATCH] libosmo-sccp[master]: osmo_ss7: Fix memory leak with sock_name on clients at re-co...

2017-04-11 Thread Harald Welte
Review at https://gerrit.osmocom.org/2303 osmo_ss7: Fix memory leak with sock_name on clients at re-connect time We cannot use osmo_talloc_replace_string() together with osmo_sock_get_name(), as the latter already creates a dynamically allocated string, and the former will then make a copy of t