[PATCH 0/1] openbsc (master): libctrl: bugfix to prevent a SIGABRT

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Alexander Huemer alexander.huemer at xx.vu
Tue Oct 11 20:25:20 UTC 2011


In case the control interface on TCP port 4249 is used in an unintended way,
a SIGABRT can be caused because of a double talloc_free() call on a msgb*.
The upcoming patch fixes this bug.

If the patch seems useful, please feel free to merge it.

Kind regards,
-Alexander Huemer

Alexander Huemer(1):
  libctrl: only free() msgb if it was alloc()ed

 openbsc/src/libctrl/control_if.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)




More information about the OpenBSC mailing list