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, master has been updated
via 256cd80bd60d1194bc5148fb7bd656a0fd8a5a27 (commit)
from b8920a3ce7c3af2f6d8ff8eed4a739f4b7cb81b6 (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.