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

Http server race #1953

Merged
merged 3 commits into from
Dec 1, 2024
Merged

Http server race #1953

merged 3 commits into from
Dec 1, 2024

Conversation

gdamore
Copy link
Contributor

@gdamore gdamore commented Dec 1, 2024

fixes #

Note that the above format should be used in your git commit comments.
You agree that by submitting a PR, you have read and agreed to our
contributing guidelines.

Because it is typically associated with insecure code, use of sprintf
is discouraged.  Note that our usage was actually quite careful and
not insecure, but its mere presence raises concern especially by parties
who are unwilling or unable to assess the actual code for correctness.

A better choice here would be strlcat, but strlcat is not universally
available.
Copy link

codecov bot commented Dec 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.87%. Comparing base (da240b6) to head (ec714f0).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1953   +/-   ##
=======================================
  Coverage   81.87%   81.87%           
=======================================
  Files          94       94           
  Lines       24010    24006    -4     
  Branches     3199     3199           
=======================================
- Hits        19658    19655    -3     
+ Misses       4281     4276    -5     
- Partials       71       75    +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gdamore gdamore merged commit ec714f0 into main Dec 1, 2024
16 of 19 checks passed
@gdamore gdamore deleted the http-server-race branch December 1, 2024 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant