diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2022-02-02 04:05:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2022-02-02 04:05:17 +0000 |
commit | 7a335a355b5ab31d11111908a004b8373cba3f81 (patch) | |
tree | 7758a2301a20959d0ae1b16c4c9620aec849216f /usr.sbin/rpki-client | |
parent | d59be86c01f32ee11f5da7b15ec73d444d1e7e7f (diff) |
acpi_addtask() calls malloc() w/ M_NOWAIT (because some calls come from
interrupt context), this however means occasional resource shortage will
result in callbacks registration failing, and unknown consequences for
the task-submitting caller.
Changing this to use pools with a low water mark, decreases the odds
of that problem occuring.
ok kettenis
Diffstat (limited to 'usr.sbin/rpki-client')
0 files changed, 0 insertions, 0 deletions