created | 2023-03-26T22:23:58Z |
---|---|
begin | 2023-03-23T00:00:00Z |
end | 2023-03-24T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2023-03-23T01:41:12Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/net/pf.c | log | diff | annotate |
message |
fix off-by-one in pf_state_expires() bounds test such a value would have triggered a KASSERT() ok sashan@ deraadt@ |
date | 2023-03-23T11:40:42Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/arm64/dev/aplpinctrl.c | log | diff | annotate |
message |
avoid use after free ok miod@ kettenis@ |
date | 2023-03-23T13:15:02Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/fdt/rkclock.c | log | diff | annotate |
message |
correct rk3308 clk_32k_sel mask ok jmatthew@ |