Hey, i updated to ossec 2.9.0 and got errors when i tested the rules.
*** Error in `bin/ossec-logtest': free(): invalid pointer: 0x0000000001c34031 ***
I searched which rule makes the problem. The problem caused by negation of the cidr in the following rule.
<rule id="73126" level="7">
<dstip>!xxx.xxx.xxx.0/23</dstip>
<match> S </match>
<description>Description</description>
</rule>