Re: [PATCH] ipv6: Prevent overrun when parsing v6 header options

From: David Miller
Date: Tue Apr 16 2019 - 23:45:13 EST


From: Young Xiao <92siuyang@xxxxxxxxx>
Date: Fri, 12 Apr 2019 11:34:08 +0800

> - exthdr = (struct ipv6_opt_hdr *)(nh + offset);
> +
> }

Please just completely delete this line, and do not add an empty line before
the closing braces.

Thank you very much.