]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Pull in upstream patches for unixtime 0x60000000 CID fix
authorBenjamin Kaduk <kaduk@mit.edu>
Thu, 14 Jan 2021 18:50:13 +0000 (10:50 -0800)
committerMichael Howe <michael@michaelhowe.org>
Wed, 27 Jan 2021 10:50:18 +0000 (10:50 +0000)
commitd9798ac1a2287238903335bda06622a00b803b42
tree19d5f459a9969ff8d021d4d6d83867a8cca73f1b
parent8bb9c9e1ad704c3976248fdb5a327f02cd729142
Pull in upstream patches for unixtime 0x60000000 CID fix

A combination of bugs led to a static CID value being used for all
outbound connections when a process was started after unix epoch time
0x60000000.  That essentially means failure to communicate on all
connections.

Fix the bugs, and also make sure that we always use a random initial
CID instead of getting a static one half the time.

Change-Id: I1d39822d6a32797bbb123fc78b4fc1f5f4c890ea
debian/patches/0012-rx-rx_InitHost-do-not-overwrite-RAND_bytes-rx_nextCi.patch [new file with mode: 0644]
debian/patches/0013-rx-update_nextCid-overflow-handling-is-broken.patch [new file with mode: 0644]
debian/patches/0014-Remove-overflow-check-from-update_nextCid.patch [new file with mode: 0644]
debian/patches/series