Files
anubis-mirror/lib/policy/expressions
Xe Iaso 386e92eb97 fix(expressions): mend possible nil pointer deref edge case
If Anubis just started up, load averages may not be set in memory. This
can cause a nil pointer dereference which could fail requests with weird
errors until the async thread sets the load averages.

Ref: AWOO-005
Signed-off-by: Xe Iaso <me@xeiaso.net>
2026-05-18 21:12:38 -04:00
..
2026-03-18 14:17:28 +00:00
2026-03-21 19:30:05 +00:00
2026-03-21 19:30:05 +00:00
2026-03-21 19:30:05 +00:00

Expressions support

The expressions support is based on ideas from go-away but with different opinions about how things should be done.