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

Fix memory allocation hazard (#1542). #1543

Merged
merged 1 commit into from
Jul 7, 2023
Merged

Fix memory allocation hazard (#1542). #1543

merged 1 commit into from
Jul 7, 2023

Conversation

bmah888
Copy link
Contributor

@bmah888 bmah888 commented Jul 7, 2023

Reported by: @someusername123 on GitHub

PLEASE NOTE the following text from the iperf3 license. Submitting a
pull request to the iperf3 repository constitutes "[making]
Enhancements available...publicly":

You are under no obligation whatsoever to provide any bug fixes, patches, or
upgrades to the features, functionality or performance of the source code
("Enhancements") to anyone; however, if you choose to make your Enhancements
available either publicly, or directly to Lawrence Berkeley National
Laboratory, without imposing a separate written license agreement for such
Enhancements, then you hereby grant the following license: a non-exclusive,
royalty-free perpetual license to install, use, modify, prepare derivative
works, incorporate into other computer software, distribute, and sublicense
such enhancements or derivative works thereof, in binary and source code form.

The complete iperf3 license is available in the LICENSE file in the
top directory of the iperf3 source tree.

@bmah888 bmah888 added the bug label Jul 7, 2023
@bmah888 bmah888 requested a review from swlars July 7, 2023 18:30
@bmah888 bmah888 self-assigned this Jul 7, 2023
Copy link
Contributor

@swlars swlars left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@swlars
Copy link
Contributor

swlars commented Jul 7, 2023

Thanks @someusername123 for the bug report!

@swlars swlars merged commit 0ef1515 into master Jul 7, 2023
8 checks passed
coolshou pushed a commit to coolshou/iperf that referenced this pull request Jul 13, 2023
@bmah888 bmah888 deleted the bmah-issue-1542 branch July 19, 2023 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DoS on sending invalid length in iperf_api.c+2684
2 participants