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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spelling: accept 'macidn' #371

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/scripts/spellcheck.words
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Archos
Arntsen
Aros
ascii
ASN
asynch
AsynchDNS
atime
Expand Down Expand Up @@ -432,6 +433,7 @@ lseek
Lua
lwIP
macdef
macidn
macOS
macos
Makefile
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ on:
branches:
- master
paths:
- '**.md'
- '*.md'
- '*/*.md'
- '**/spellcheck.yml'
- '**/spellcheck.yaml'
- '**/wordlist.txt'
pull_request:
branches:
- master
paths:
- '**.md'
- '*.md'
- '*/*.md'
- '**/spellcheck.yml'
- '**/spellcheck.yaml'
- '**/wordlist.txt'
Expand Down
2 changes: 1 addition & 1 deletion docs/CVE-2024-6197.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Project curl Security Advisory, July 24th 2024 -
VULNERABILITY
-------------

libcurl's ASN1 parser has this utf8asn1str() function used for parsing an
libcurl's ASN1 parser has this `utf8asn1str()` function used for parsing an
ASN.1 UTF-8 string. It can detect an invalid field and return error.
Unfortunately, when doing so it also invokes `free()` on a 4 byte local stack
buffer.
Expand Down
Loading