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

Spell check #370

Closed
wants to merge 2 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: 1 addition & 1 deletion docs/CVE-2024-6197.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ available chunks. This leads to the overwriting of nearby stack memory. The
content of the overwrite is decided by the `free()` implementation; likely to
be memory pointers and a set of flags.

The most likely outcome of exploting this flaw is a crash, although it cannot
The most likely outcome of exploiting this flaw is a crash, although it cannot
be ruled out that more serious results can be had in special circumstances.

INFO
Expand Down
2 changes: 1 addition & 1 deletion docs/CVE-2024-6874.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bytes, libcurl ends up reading outside of a stack based buffer when built to
use the *macidn* IDN backend. The conversion function then fills up the
provided buffer exactly - but does not null terminate the string.

This flaw can lead to stack contents accidently getting returned as part of
This flaw can lead to stack contents accidentally getting returned as part of
the converted string.

INFO
Expand Down
Loading