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(client): Update rnnoise-src submodule #4850
FIX(client): Update rnnoise-src submodule #4850
Conversation
c250b96
to
c85e4ed
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a FEAT
.
If it only were the submodule update I would call this MAINT
, but given that it fixes an issue it should probably be a FIX
.
Can we split these two concerns into two separate commits? |
What do you mean? |
Isn’t this two completely separate concerns?
|
No, the heap corruption fix is part of the submodule. |
c85e4ed
to
fcd97e6
Compare
@davidebeatrici the commit message should reference the fixed issue. |
I prefer not to do that because in case of force-pushes the related pull request gets spammed. |
That doesn't cost us anything though. But by referencing the commit with the issue we get a linked history which is very valuable when someone has to look back at it Besides: There are no other changes needed here and thus there is no force pushing expected anymore. |
This fixes a heap corruption that was originally discovered by PaulDana on #mumble-dev. In addition to that, all upstream changes are integrated. Fixes mumble-voip#4842.
fcd97e6
to
a8e0797
Compare
This fixes a heap corruption that was originally discovered by @PaulDana on
#mumble-dev
.In addition to that, all upstream changes are integrated.