This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cluster Project".
The branch, STABLE2 has been updated
via ce3caa50bca9ae837f50ab7a5f7602b9a1a1401f (commit)
from 84349029e264e982d6b962ee81b13a9f13419115 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
[CMAN] valid port number & don't use it before validation
cman_send_data didn't validate the port number. This was
not a great problem, but it was slightly silly.
cman_start_recv_data used the port number before validation
in a debug message, this could crash the server if debug
is enabled and a very large port number was passed in.