> Perhaps ofproto_type_get_memory_usage() should verify that the class it
> gets is nonnull before it tries to use it?
Agreed, changed thanks.
Ethan
>
> Acked-by: Ben Pfaff
> ___
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailma
On Sun, Dec 08, 2013 at 06:45:23PM -0800, Ethan Jackson wrote:
> Signed-off-by: Ethan Jackson
Perhaps ofproto_type_get_memory_usage() should verify that the class it
gets is nonnull before it tries to use it?
Acked-by: Ben Pfaff
___
dev mailing list
d
Signed-off-by: Ethan Jackson
---
ofproto/ofproto-dpif-upcall.c | 17 +
ofproto/ofproto-dpif-upcall.h | 2 ++
ofproto/ofproto-dpif.c| 12
ofproto/ofproto-provider.h| 6 ++
ofproto/ofproto.c | 13 +
ofproto/ofproto.h