<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>SNMP agent hbagent from pacemaker-mgmt produces segmentation fault if used with pacemaker>=1.1.8 and corosync.</div>

<div> </div>

<div>The reason is function get_cib_fd in file hbagentv2.c.</div>

<div>It tries to get the file descriptor with function pointer inputfd, which is not initialized any more since change of IPC to libqb.</div>

<div> </div>

<div>The patch uses the already present conditional define HAVE_CRM_IPC_NEW to get the file descriptor from function signon_raw and passes this as return value of get_cib_fd.</div>

<div> </div>

<div>Rainer</div>

<div> </div></div></body></html>