mirror of
https://github.com/mumble-voip/mumble.git
synced 2026-03-03 00:46:56 -05:00
TestFFDHE throws 0xc0000409 (STATUS_STACK_BUFFER_OVERRUN) #1954
Labels
No labels
GlobalShortcuts
Hacktoberfest
accessibility
acl
asio
audio
bonjour
bsd
bug
build
certificate
ci
client
code
documentation
external-bug
feature-request
gRPC
github
good first issue
help wanted
help-needed
ice
installer
linux
macOS
needs-ckeck-with-latest-version
needs-more-input
overlay
positional audio
priority/P0 - Blocker
priority/P1 - Critical
priority/P2 - Important
priority/P3 - Somewhat important
priority/P4 - Low
public-server-registration
qt
recording
release-management
server
stale-no-response
stale-support
support
task
test
theme
translation
triage
ui
windows
wontfix
x64
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mumble-mumble-voip#1954
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @davidebeatrici on GitHub (Jul 25, 2020).
The issue came up in #4377.
As a quick workaround we are using the
x86toolchain, but for potentially better build times we should use theamd64_x86one.@Krzmbrzl commented on GitHub (Jul 25, 2020):
Is this even an issue worth tracking in our tracker? To me this seems like an issue with the MSVC
amd64_x86toolchain. Thus we should probably report a bug to them instead 🤔@davidebeatrici commented on GitHub (Jul 25, 2020):
I believe it's an issue in the toolchain too, however I think we should leave this open until it's effectively fixed.
We can close it once we switch to
amd64_x86for our x86 build.@Krzmbrzl commented on GitHub (Jul 30, 2020):
The issue actually was unrelated to the toolchain. The problem was that a test-case timed out and for some reason Qt thinks it is a good idea to report this as a stack buffer overflow