On Thu, May 16, 2013 at 10:36:15PM -0700, Justin Pettit wrote:
>
> On May 16, 2013, at 10:30 PM, Ben Pfaff wrote:
>
> > 'netdev' is not initialized at this point in the function, so the cleanup
> > at the error label references a wild pointer (and is not useful anyhow).
> >
> > Introduced in co
On May 16, 2013, at 10:30 PM, Ben Pfaff wrote:
> 'netdev' is not initialized at this point in the function, so the cleanup
> at the error label references a wild pointer (and is not useful anyhow).
>
> Introduced in commit 94a538422d4b (netdev: Prevent using reserved names).
>
> CC: Alex Wang
'netdev' is not initialized at this point in the function, so the cleanup
at the error label references a wild pointer (and is not useful anyhow).
Introduced in commit 94a538422d4b (netdev: Prevent using reserved names).
CC: Alex Wang
Signed-off-by: Ben Pfaff
---
v1->v2: Fix Alex's email addres