Movatterモバイル変換


[0]ホーム

URL:


Wayback Machine
1 capture
23 Dec 2022
NovDECJan
Previous capture23Next capture
202120222023
success
fail
COLLECTED BY
TIMESTAMPS
loading
The Wayback Machine - https://web.archive.org/web/20221223134925/https://github.com/python/cpython/pull/234
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Add sockaddr_alg to sock_addr_t#234

Merged
vstinner merged 1 commit intopython:masterfromtiran:socket_afalg_defFeb 22, 2017

Conversation

tiran
Copy link
Member

@tirantiran commentedFeb 22, 2017

sock_addr_t is used to define the minimum size of any socket address on
the stack. Let's make sure that an AF_ALG address always fits. Coverity
complains because in theory, AF_ALG might be larger than any of the other
structs. In practice it already fits.

Closes Coverity CID 1398948, 1398949, 1398950

Signed-off-by: Christian Heimeschristian@python.org

sock_addr_t is used to define the minimum size of any socket address onthe stack. Let's make sure that an AF_ALG address always fits. Coveritycomplains because in theory, AF_ALG might be larger than any of the otherstructs. In practice it already fits.Closes Coverity CID 1398948, 1398949, 1398950Signed-off-by: Christian Heimes <christian@python.org>
vstinner
vstinner approved these changesFeb 22, 2017
@vstinnervstinner merged commitd37c068 intopython:masterFeb 22, 2017
@tirantiran deleted the socket_afalg_def branchFeb 24, 2017
Mariatta pushed a commit to Mariatta/cpython that referenced this pull requestMar 7, 2017
sock_addr_t is used to define the minimum size of any socket address onthe stack. Let's make sure that an AF_ALG address always fits. Coveritycomplains because in theory, AF_ALG might be larger than any of the otherstructs. In practice it already fits.Closes Coverity CID 1398948, 1398949, 1398950Signed-off-by: Christian Heimes <christian@python.org>(cherry picked from commitd37c068)
Mariatta added a commit that referenced this pull requestMar 17, 2017
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@vstinnervstinner

Assignees
No one assigned
Labels
type-securityA security issue
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

None yet

4 participants
@tiran@vstinner@Mariatta@the-knights-who-say-ni

[8]ページ先頭

©2009-2025 Movatter.jp