libosmocore/src/sim
Harald Welte 4a62eda225 Add _buf() functions to bypass static string buffers
We have a number of static buffers in use in libosmo*.  This means
the related functions are not usable in a thread-safe way.  While
we so far don't have many multi-threaded programs in the osmocom
universe, the static buffers also prevent us from calling the same
e.g. string-ify function twice within a single printf() call.

Let's make sure there's an alternative function in all those cases,
where the user can pass in a caller-allocated buffer + size, and make
the 'classic' function with the static buffer a wrapper around that
_buf() variant.

Change-Id: Ibf85f79e93244f53b2684ff6f1095c5b41203e05
2019-04-03 18:03:14 +02:00
..
Makefile.am Bump version: 0.10.2.284-bc47-dirty → 0.11.0 2018-05-03 15:47:11 +02:00
card_fs_isim.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
card_fs_sim.c fix spelling 2018-04-08 19:13:25 +02:00
card_fs_tetra.c fix spelling 2018-04-08 19:13:25 +02:00
card_fs_uicc.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
card_fs_usim.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
class_tables.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
core.c Add _buf() functions to bypass static string buffers 2019-04-03 18:03:14 +02:00
gsm_int.h doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
reader.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
reader_pcsc.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
sim_int.h doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00