Skip to content

Changes

Started by upstream project gerrit-libosmocore #2314
Started 9 hr 4 min ago
Queued 52 sec

Summary

  1. logging: Avoid infinite loop logging inside logging path (details)
Commit e9891b81c9e9402b8a74be96648f0d1d9c1c6057 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