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 redundant error unref in finish_accept in tcp_server_custom #26750

Conversation

murgatroid99
Copy link
Member

GRPC_LOG_IF_ERROR already calls GRPC_ERROR_UNREF, so there is no need to call it again.

@nicolasnoble nicolasnoble merged commit fcb7f6f into grpc:v1.24.x Jul 21, 2021
kodiakhq bot pushed a commit to relaycorp/awala-gateway-internet that referenced this pull request Jul 26, 2021
Bumps [grpc](https://github.com/grpc/grpc-node) from 1.24.10 to 1.24.11.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/grpc/grpc-node/releases">grpc's releases</a>.</em></p>
<blockquote>
<h2>Node gRPC 1.24.11</h2>
<ul>
<li><strong>SECURITY FIX</strong>: Fix a double free bug in server-side TCP error handling code (grpc/grpc#26750 picked up in <a href="https://github-redirect.dependabot.com/grpc/grpc-node/issues/1861">#1861</a>). This bug was discovered by Brad Buckingham and Alex Skwarczynski.</li>
<li>Update the <code>ServiceDefinition</code> TypeScript type for compatibility with <code>@grpc/grpc-js</code> (<a href="https://github-redirect.dependabot.com/grpc/grpc-node/issues/1860">#1860</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/grpc/grpc-node/commit/39680a5084f4c0c0b98370a5d61edda65dbfe026"><code>39680a5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/grpc/grpc-node/issues/1861">#1861</a> from murgatroid99/grpc-native_submodule_bump</li>
<li><a href="https://github.com/grpc/grpc-node/commit/bb518305751e577ef05abfc11362ebd2cc5de3b2"><code>bb51830</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/grpc/grpc-node/issues/1860">#1860</a> from murgatroid99/grpc-native_ServiceDefinition_fix</li>
<li><a href="https://github.com/grpc/grpc-node/commit/cd825350128c5aed2a97845160df1d91e6fc0f26"><code>cd82535</code></a> grpc-native: Update submodule and version</li>
<li><a href="https://github.com/grpc/grpc-node/commit/913734dd588eda89c71f06cadc4f7066477a273b"><code>913734d</code></a> grpc: Make ServiceDefinition type argument optional</li>
<li>See full diff in <a href="https://github.com/grpc/grpc-node/compare/grpc@1.24.10...grpc@1.24.11">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=grpc&package-manager=npm_and_yarn&previous-version=1.24.10&new-version=1.24.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang/core lang/node release notes: no Indicates if PR should not be in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants