mirror of https://github.com/MariaDB/server
Browse Source
GCC 9.1.1 noticed that sd_notifyf() was always being invoked with
str=NULL argument for "%s". This code was added in
commit 2e814d4702
but not mentioned in the commit comment.
The STATUS messages for systemd matter during startup and shutdown,
and should not be emitted during normal operation.
ib_senderrf(): Remove the potentially harmful sd_notifyf() calls.
pull/1335/head
1 changed files with 1 additions and 11 deletions
Loading…
Reference in new issue