Looks good.
--Justin
On Aug 26, 2011, at 5:13 PM, Ethan Jackson wrote:
> Found with valgrind.
> ---
> lib/cfm.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/lib/cfm.c b/lib/cfm.c
> index e56ccab..dc55d4b 100644
> --- a/lib/cfm.c
> +++ b/lib/cfm.c
> @@ -299,6 +299,7 @@ cfm_compose_ccm(struct cfm *cfm, struct ofpbuf *packet,
> ccm->mpid = htons(cfm->mpid);
> ccm->flags = cfm->ccm_interval;
> memcpy(ccm->maid, cfm->maid, sizeof ccm->maid);
> + memset(ccm->zero, 0, sizeof ccm->zero);
>
> if (cfm->recv_fault) {
> ccm->flags |= CCM_RDI_MASK;
> --
> 1.7.6
>
> _______________________________________________
> dev mailing list
> [email protected]
> http://openvswitch.org/mailman/listinfo/dev
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev