]> 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)
committerBenjamin Kaduk <kaduk@mit.edu>
Thu, 14 Jan 2021 18:50:13 +0000 (10:50 -0800)
commitbe72605900a4820ce613a3c3b2bce372a203d2c6
tree3efc6231ca127743b5a77b0fc6c8fbcc74499d0c
parent54ba81294870c7e02d7641702c5a4bbdd42594ca
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