mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 03:20:41 +01:00
This Implements suffix comparison similar to startswith. Note that we do intentionally not use libestr functions in order to speed up adaption. It would otherwise probably take years for distros to upgrade libestr. With some help of the Codex and Gemini AI Agents. closes https://github.com/rsyslog/rsyslog/issues/1255