summarylogtreecommitdiffstats
path: root/0006-rx-rx_InitHost-do-not-overwrite-RAND_bytes-rx_nextCi.patch
diff options
context:
space:
mode:
authorMichael Lass2021-01-14 21:15:26 +0100
committerMichael Lass2021-01-14 21:15:26 +0100
commit72f805106b205c02bb34622f75bdd69406053026 (patch)
treef0548f282ce168ddd4c3137d1a140f50189be67c /0006-rx-rx_InitHost-do-not-overwrite-RAND_bytes-rx_nextCi.patch
parent87324038e50498205be512e940f29664a208d189 (diff)
downloadaur-72f805106b205c02bb34622f75bdd69406053026.tar.gz
Update patches for RX sequence ID bug
Diffstat (limited to '0006-rx-rx_InitHost-do-not-overwrite-RAND_bytes-rx_nextCi.patch')
-rw-r--r--0006-rx-rx_InitHost-do-not-overwrite-RAND_bytes-rx_nextCi.patch15
1 files changed, 12 insertions, 3 deletions
diff --git a/0006-rx-rx_InitHost-do-not-overwrite-RAND_bytes-rx_nextCi.patch b/0006-rx-rx_InitHost-do-not-overwrite-RAND_bytes-rx_nextCi.patch
index db2aaa64a358..7b689815705e 100644
--- a/0006-rx-rx_InitHost-do-not-overwrite-RAND_bytes-rx_nextCi.patch
+++ b/0006-rx-rx_InitHost-do-not-overwrite-RAND_bytes-rx_nextCi.patch
@@ -1,7 +1,7 @@
-From 0ed981c57bfdb48bd8aedd37ece2f409b33e9a74 Mon Sep 17 00:00:00 2001
+From ce893e8479e87dce4252e5a1c7771381689625be Mon Sep 17 00:00:00 2001
From: Jeffrey Altman <jaltman@auristor.com>
Date: Thu, 14 Jan 2021 09:41:39 -0500
-Subject: [PATCH 6/7] rx: rx_InitHost do not overwrite RAND_bytes rx_nextCid
+Subject: [PATCH 6/8] rx: rx_InitHost do not overwrite RAND_bytes rx_nextCid
39b165cdda941181845022c183fea1c7af7e4356 ("Move epoch and cid
generation into the rx core") introduced the use of RAND_bytes()
@@ -15,7 +15,16 @@ At Thu, 14 Jan 2021 08:25:36 GMT the IBM inherited calculation
overflows the value CID range. This triggers broken overflow
logic in update_nextCid().
-Change-Id: Ib7283def1ded9792d394133a3969a6d86f3a6123
+Reviewed-on: https://gerrit.openafs.org/14491
+Reviewed-by: Andrew Deason <adeason@sinenomine.net>
+Tested-by: Andrew Deason <adeason@sinenomine.net>
+Reviewed-by: Jeffrey Hutzelman <jhutz@cmu.edu>
+Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
+Tested-by: Mark Vitale <mvitale@sinenomine.net>
+Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
+(cherry picked from commit a3bc7ff1501d51ceb3b39d9caed62c530a804473)
+
+Change-Id: If5f7d4ba1cacc6978c83fd512653fbaa0c1559d8
---
src/rx/rx.c | 3 ---
1 file changed, 3 deletions(-)