dendrite/keyserver/internal
Loïck Bonniot 940577cd3c
Fix integer overflow in device_list_update.go (#1717)
Fix #1511
On 32-bits systems, int(hash.Sum32()) can be negative.
This makes the computation of array indices using modulo invalid, crashing dendrite.
Signed-off-by: Loïck Bonniot <git@lesterpig.com>
2021-01-18 12:43:15 +00:00
..
device_list_update.go Fix integer overflow in device_list_update.go (#1717) 2021-01-18 12:43:15 +00:00
device_list_update_test.go Update federation timeouts (#1504) 2020-10-09 17:08:32 +01:00
internal.go Add FederationClient interface to federationsender (#1284) 2020-08-20 17:03:07 +01:00