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 closed writer panic by resetting buffers/writer correctly on error path #1379

Merged
merged 4 commits into from
Apr 19, 2022

Commits on Apr 13, 2022

  1. Reset writers/buffer in a defer func

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    00cc572 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Move logic out of defer func and add comment

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    53e9c9f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into fix-writer-panic

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    ab747db View commit details
    Browse the repository at this point in the history
  3. Changelog

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    7281da7 View commit details
    Browse the repository at this point in the history