Fix null pointer dereference in pf_route6(). Embedding scope into
authorbluhm <bluhm@openbsd.org>
Fri, 12 Feb 2021 13:48:31 +0000 (13:48 +0000)
committerbluhm <bluhm@openbsd.org>
Fri, 12 Feb 2021 13:48:31 +0000 (13:48 +0000)
commitd3e7e8bfaa80a92f7ba41f4a8ae98451375792a5
treec4975ae517f747a4c1c2b5f12a4191009dd5f650
parent96493845292b74c3a65b8705f22354c3c54c6224
Fix null pointer dereference in pf_route6().  Embedding scope into
addresses that come from pf cannot be right, so remove the code.
Coverity CID 1501718
OK dlg@ claudio@
sys/net/pf.c