HPN-SSH 18.3.1 Released. #68
rapier1
announced in
Announcements
Replies: 1 comment 3 replies
-
I may be missing something really important, but where did the hpn-x.y.patch files go? Do I have to build it on my own, as a diff against the original tarball? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a bugfix release. We discovered that under some versions of GCC13 (specifically in recent updates to Fedora based distros) the 128bit XOR we had been using in the AES-CTR parallel cipher was causing a segfault. We don't know if this is a bug in GCC or if they are enforcing new parameters. This is in a critical code path so we are providing a temporary (hopefully) fix where we disable the use of the 128bit XOR method.
When we have a better handle on what is happen we hope to have a more effective fix. When that happens we will make a new release but we wanted to get this out as soon as possible. This should not significantly impact performance in most use cases.
Beta Was this translation helpful? Give feedback.
All reactions