-
Notifications
You must be signed in to change notification settings - Fork 19.2k
All issues
Issue creation is restricted in this repository
Issues
state:open label:BugReport
state:open label:BugReport
Search results
cmd/compile: mips64le misscompile OffPtr by a const which doesn't fit 32bits resulting in panic
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.Status: Open.#80613 In golang/go;cmd/compile: regalloc uses unreliable type data (like
v.Type.IsSigned()) to choose the restore of spillsBugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.Status: Open.cmd/compile: range-clear optimization can clear the wrong object
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.Status: Open.cmd/compile: late nil-check elimination changes nil-pointer access order
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.Status: Open.net: parsePort accepts oversized decimal ports after integer overflow
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.NeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.Status: Open.#80168 In golang/go;crypto/x509: don't apply name constraints to non-terminal self-issued certs
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.Status: Open.#79746 In golang/go;crypto/x509: reject CA w/ empty subject
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.Status: Open.#79744 In golang/go;crypto/x509: reject misencoded empty EKU
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.Status: Open.#79743 In golang/go;crypto/x509: reject end-entity certs w/ name constraint ext.
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.Status: Open.#79742 In golang/go;crypto/x509: tighten up SAN criticality handling
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.Status: Open.#79741 In golang/go;x/tools/gopls: stale shouldLoad map causes spurious go.mod modifications after branch switch
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.goplsIssues related to the Go language server, gopls.Issues related to the Go language server, gopls.ToolsThis label describes issues relating to any tools in the x/tools repository.This label describes issues relating to any tools in the x/tools repository.Status: Open.crypto/tls: aes-gcm nonce data race
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.FixPendingIssues that have a fix which has not yet been reviewed or submitted.Issues that have a fix which has not yet been reviewed or submitted.Status: Open.#79517 In golang/go;