Re: [Pacemaker] Minor buffer overflow..

2014-01-07 Thread Rob Thomas
>> https://github.com/xrobau/pacemaker/commit/b1515e3f83fceeac951de8823d718bdf13e4a093 > > Can you make a pull request for that? Not only can I read your mind and make a pull request for it, the pull request has already been pulled! https://github.com/ClusterLabs/pacemaker/commit/9663a1b1d5fd1d35

Re: [Pacemaker] Minor buffer overflow..

2014-01-07 Thread Andrew Beekhof
On 5 Dec 2013, at 3:20 pm, Rob Thomas wrote: > I was idly wondering why the SMTP and SNMP modules were disabled by > default on the RHEL builds, and was in the middle of writing a shell > script to duplicate them when I noticed there was a tiny buffer > overflow in crm_mon. > > This may be why

[Pacemaker] Minor buffer overflow..

2013-12-04 Thread Rob Thomas
I was idly wondering why the SMTP and SNMP modules were disabled by default on the RHEL builds, and was in the middle of writing a shell script to duplicate them when I noticed there was a tiny buffer overflow in crm_mon. This may be why it's disabled by default? Patch: https://github.com/xrobau