libosmocore/src
Harald Welte 52a8375025 select: Call log_reset_context() before calling file descriptor callbacks
Make sure to clear any log context before processing the next incoming message
as part of some file descriptor callback.  This effectively prevents "context
leaking" from processing of one message into processing of the next message as part
of one iteration through the list of file descriptors here.

Change-Id: I3644c7bc1a9cec5858eb0faf94efc8c3ba7f5d8d
Closes: OS#3813
2019-02-21 16:38:49 +01:00
..
codec Bump version: 0.11.0.91-9d4a3-dirty → 0.12.0 2018-07-27 17:31:47 +02:00
coding coding: Always initialize bit counters in gsm0503_pdtch_egprs_decode(). 2018-09-05 16:08:34 +03:00
ctrl ctrl: use #define for TRAP id 2018-12-03 21:42:51 +00:00
gb gprs_ns: Add missing NSVCI IE to NS-BLOCK-ACK message 2019-02-19 23:45:10 +01:00
gsm rsl: Support PDCH in rsl_chan_nr_str 2019-02-18 18:02:59 +01:00
pseudotalloc Fix embedded (arm-none-eabi) builds 2018-06-28 10:30:34 +02:00
sim Bump version: 0.10.2.284-bc47-dirty → 0.11.0 2018-05-03 15:47:11 +02:00
vty add osmo_tdef API, originally adopted from osmo-bsc T_def 2019-02-04 18:52:16 +01:00
Makefile.am add osmo_tdef API, originally adopted from osmo-bsc T_def 2019-02-04 18:52:16 +01:00
application.c
backtrace.c
bitcomp.c
bits.c
bitvec.c Don't call abort() directly, always use osmo_panic() 2018-06-28 10:57:42 +02:00
conv.c
conv_acc.c
conv_acc_generic.c
conv_acc_sse.c
conv_acc_sse_avx.c
conv_acc_sse_impl.h
counter.c
crc16.c
crcXXgen.c.tpl
fsm.c add osmo_tdef API, originally adopted from osmo-bsc T_def 2019-02-04 18:52:16 +01:00
gsmtap_util.c gsmtap_util: make sure SO_REUSEADDR is applied for GSMTAP 2018-08-24 10:31:18 +00:00
isdnhdlc.c isdnhdlc: Port from kernel to userspace 2018-05-11 21:57:46 +02:00
logging.c Enable remote SIM protocol log level 2019-02-14 19:19:57 +01:00
logging_gsmtap.c logging/gsmtap: fix buffer overflow in _gsmtap_raw_output() 2018-12-28 23:58:07 +01:00
logging_syslog.c
loggingrb.c
macaddr.c
msgb.c msgb: fix debug print 2019-01-09 12:19:44 +00:00
msgfile.c
panic.c osmo_panic(): Annotate as __attribute__ ((noreturn)) 2018-06-29 20:32:57 +02:00
plugin.c
prbs.c
prim.c
rate_ctr.c rate_ctr: Improve logging 2018-07-21 08:22:57 +00:00
rbtree.c
select.c select: Call log_reset_context() before calling file descriptor callbacks 2019-02-21 16:38:49 +01:00
sercomm.c
serial.c
signal.c signal: Introduce API osmo_signal_talloc_ctx_init 2018-08-16 21:03:32 +02:00
socket.c socket: add define for socket name length 2019-01-17 17:46:08 +01:00
stat_item.c
stats.c
stats_statsd.c stats_statsd: Send all stat_items as gauges 2018-10-24 16:37:05 +02:00
strrb.c
tdef.c add osmo_tdef API, originally adopted from osmo-bsc T_def 2019-02-04 18:52:16 +01:00
timer.c
timer_clockgettime.c Fix embedded (arm-none-eabi) builds 2018-06-28 10:30:34 +02:00
timer_gettimeofday.c
utils.c get_value_string(): guard against NULL 2019-02-15 03:01:54 +00:00
write_queue.c