Skip to content

Patch fix for lots of crashes

Compare
Choose a tag to compare
@DanielOaks DanielOaks released this 13 Nov 12:52
· 4377 commits to master since this release

This patch release fixes a bunch of crashes that were introduced in the last release, 0.10.1.

If you have 0.10.1 running, replace it with this release.

For a more in-depth explanation, we refactored how we referred to channels in the code. With those changes we introduced a bug that incorrectly dereferences channels in certain situations. That bug is fixed by this latest release. Because we refer to channels in a lot of places, this bug can occur in a lot of places.

Security

  • Fixed lots of miscellaneous crashes.