From: Dan Carpenter <hidden> Date: 2012-08-16 13:15:56
There is a dereference before checking for NULL bug here. Generally
free() functions should accept NULL pointers. For example, fl_create()
can pass a NULL pointer to fl_free() on the error path.
Signed-off-by: Dan Carpenter <redacted>
---
Only needed on linux-next.
From: Eric W. Biederman <hidden> Date: 2012-08-16 23:11:50
Dan Carpenter [off-list ref] writes:
There is a dereference before checking for NULL bug here. Generally
free() functions should accept NULL pointers. For example, fl_create()
can pass a NULL pointer to fl_free() on the error path.
Thanks.
Applied to user-namespace.git
Eric
quoted hunk
Signed-off-by: Dan Carpenter <redacted>
---
Only needed on linux-next.