[PATCH] osmocom-bb[master]: host/mobile: use talloc for ms->name allocation

2017-05-24 Thread Vadim Yanitskiy
Hello Harald Welte, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/2667 to look at the new patch set (#4). host/mobile: use talloc for ms->name allocation The approach of talloc memory management reduces memory usage, and prevents some buffer overflows, which

[PATCH] osmocom-bb[master]: host/mobile: use talloc for ms->name allocation

2017-05-17 Thread Vadim Yanitskiy
Hello Harald Welte, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/2667 to look at the new patch set (#3). host/mobile: use talloc for ms->name allocation The approach of talloc memory management reduces memory usage, and prevents some buffer overflows, which

[PATCH] osmocom-bb[master]: host/mobile: use talloc for ms->name allocation

2017-05-17 Thread Vadim Yanitskiy
host/mobile: use talloc for ms->name allocation The approach of talloc memory management reduces memory usage, and prevents some buffer overflows, which were possible before. Change-Id: Icd6706117fdd7f1b3481b0e3817bbb3b31f12f60 --- M src/host/layer23/include/osmocom/bb/common/osmocom_data.h M