On Thu, Jan 14, 2016 at 11:07:02AM +0800, yewgang wrote: > Hi all, > > In OVS-2.3.0, after I add 100 meters in br0, I found "***decode error: > OFPBRC_BAD_LEN***" sometimes after I type "ovs-ofctl dump-meters br0". > > After I check code, I found code should change in > "ofputil_append_meter_config" function like this : > > + reply = (void *)((uint8_t *)ofpbuf_data(msg) + start_ofs); > reply->length = htons(ofpbuf_size(msg) - start_ofs); > > I don't know if this bug still exist ?
It was fixed on Dec. 15 with the commit titled "ofp-util: Avoid use-after-free error in ofputil_append_meter_config()." _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev