chiark / gitweb /
server/keymgmt.c: Replace ad-hoc `die' with an `ABORT'-level warning.
[tripe] / server / tripe-admin.5.in
index 86fe3149fe5b174606d8d5204adceba2a722961b..bd0635e5aebb1f1ded1d6992315bff61b45a8e22 100644 (file)
@@ -1359,6 +1359,16 @@ core in its configuration directory.
 .BI "ABORT repeated-select-errors"
 The main event loop is repeatedly failing.  If the server doesn't quit,
 it will probably waste all available CPU doing nothing.
+.SP
+.BI "ABORT hash-size-too-large hash " name " size " sz " limit " max
+An internal inconsistency: the hash function
+.I name
+produces a
+.IR sz -byte
+hash, but the server has been compiled to assume that no hash function
+returns more than
+.I max
+bytes.
 .SS "ADMIN warnings"
 These indicate a problem with the administration socket interface.
 .SP