That's the issue :)

You changed the format of the printf, so now it is trying to insert
the values in the incorrect
memory segment. If you put the format back it should work...

thanks,

--
Daniel B. Cid
http://dcid.me



On Fri, Mar 30, 2012 at 11:07 AM, MDACC-Luckie <luckief...@gmail.com> wrote:
> [root@dcprpoemprddb1 bin]# diff -r /opt/ossec-hids-2.6/src/os_maild/
> maild.h  /opt/ossec-hids-2.6/src/os_maild/maild.h.11172011
> 31c31
> < #define MAIL_SUBJECT        "OSSEC Notification - Alert level %d  -
> %s - Date %s"
> ---
>> #define MAIL_SUBJECT        "OSSEC Notification - %s - Alert level %d  - 
>> Date %s"

Reply via email to