created | 2021-02-14T12:32:07Z |
---|---|
begin | 2021-02-12T00:00:00Z |
end | 2021-02-13T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2021-02-12T13:48:31Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/net/pf.c | log | diff | annotate |
message |
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@ |
date | 2021-02-12T16:16:10Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/net/pf.c | log | diff | annotate |
message |
pf_remove_divert_state() is an entry point into pf, modifying the pf state table. Hence we have to grab both the pf lock and the pf state lock. Found by dlg@ ok bluhm@ sashan@ |