Ben Pfaff writes:
> On Tue, Jan 12, 2016 at 11:36:09AM -0500, Aaron Conole wrote:
>> Ben Pfaff writes:
>> > This avoids a segmentation fault in case of memory allocation failure.
>> >
>> > Found by inspection.
>> >
>> > Signed-off-by: Ben Pfaff
>> > ---
>>
>> LGTM
>>
>> Acked-by: Aaron Conole
On Tue, Jan 12, 2016 at 11:36:09AM -0500, Aaron Conole wrote:
> Ben Pfaff writes:
> > This avoids a segmentation fault in case of memory allocation failure.
> >
> > Found by inspection.
> >
> > Signed-off-by: Ben Pfaff
> > ---
>
> LGTM
>
> Acked-by: Aaron Conole
Thanks, I applied this to mast
Ben Pfaff writes:
> This avoids a segmentation fault in case of memory allocation failure.
>
> Found by inspection.
>
> Signed-off-by: Ben Pfaff
> ---
LGTM
Acked-by: Aaron Conole
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman
This avoids a segmentation fault in case of memory allocation failure.
Found by inspection.
Signed-off-by: Ben Pfaff
---
lib/netdev-dpdk.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c
index b209df2..eb52730 100644
--- a/lib/ne