mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
6c7d9daa94
If there was a nil status value it was still being added to the status map, but the server didn't check before dereferencing it. We now just check if the pointer is nil before trying to use it. Fixes: #2396 Signed-off-by: Patrick East <east.patrick@gmail.com>