Re: [ovs-dev] [PATCH v2] lib/dpif: Fix crash in format_odp_actions, actions = 0x0

2014-10-18 Thread Ben Pfaff
On Sat, Oct 18, 2014 at 11:02:58AM -0700, Madhu Challa wrote: > Do not log_flow_get_message on error since the flow isn't available I agree that there is a bug here but it's actually more important to log the operation in the case of an error, for debugging purposes. I think that, in case of an e

[ovs-dev] [PATCH v2] lib/dpif: Fix crash in format_odp_actions, actions = 0x0

2014-10-18 Thread Madhu Challa
Do not log_flow_get_message on error since the flow isn't available --- lib/dpif.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/dpif.c b/lib/dpif.c index d088f68..f7aafa8 100644 --- a/lib/dpif.c +++ b/lib/dpif.c @@ -1155,10 +1155,11 @@ dpif_operate(struct dpif *dpif