On 06/07/2018 05:11 PM, David Miller wrote: > From: Jakub Kicinski <jakub.kicin...@netronome.com> > Date: Thu, 7 Jun 2018 17:06:23 -0700 > >> [ 293.213661] ip_send_unicast_reply+0x1b67/0x1d0e > > This calls ip_setup_cork() which can NULL out the 'rt' route > pointer. Hmmm... :-/ > UBSAN seems unhappy with dst being NULL in : dst_release(&rt->dst); But the code obviously is ready for dst being NULL, it is even documented :)
- Re: [Bug 199643] New: UBSAN: Undefined behaviour in ./inclu... Jakub Kicinski
- Re: [Bug 199643] New: UBSAN: Undefined behaviour in ./... David Miller
- Re: [Bug 199643] New: UBSAN: Undefined behaviour i... Eric Dumazet
- Re: [Bug 199643] New: UBSAN: Undefined behavio... Jakub Kicinski
- Re: [Bug 199643] New: UBSAN: Undefined beh... David Ahern
- Re: [Bug 199643] New: UBSAN: Undefine... Jakub Kicinski