Re: [PATCH] Convert BUG_ON to WARN_ON in bond_options.c

From: David Miller
Date: Wed Jun 21 2017 - 17:37:03 EST


From: Michael D <michael.j.dilmore@xxxxxxxxx>
Date: Wed, 21 Jun 2017 22:35:56 +0100

> How do we actually stop a null pointer being dereferenced here?

Maybe that's why it's a BUG_ON(), there is no reasonable way
to continue if the pointer is NULL.