Skip to content

The buffer must be strictly larger than the max message size

Simon Rose requested to merge fix_errlog_buffer into master

For some context, see https://github.com/epics-base/epics-base/blob/91e1d0ab8022d610bb12b5536a7a6a21644d47f7/modules/libcom/src/error/errlog.c#L130 and note that if we do not have this then the buffer is never handled and the errorlog message is simply discarded.

Merge request reports