Skip to content

Changes

Started by upstream project gerrit-libosmocore #2318
Started 11 hr ago
Queued 6.5 sec
Took 5 min 23 sec on built-in

Summary

  1. logging: Avoid infinite loop logging inside logging path (details)
Commit 46ae1ce02c7c0e3b08ab337b4074705aebba5609 by Pau Espin Pedrol
logging: Avoid infinite loop logging inside logging path

If eg. gsmtap_log target is requested to log a message but the iofd
wqueue is full, it may try to log an error message, which will create an
infinite stack loop.

Change-Id: If3b8c0ee97537242162558fdd1c99f03b32af811
The file was modifiedinclude/osmocom/core/logging_internal.h
The file was modifiedsrc/core/logging.c