Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

v2.23.4

Compare
Choose a tag to compare
@fractalwrench fractalwrench released this 06 Jan 16:14
· 38 commits to master since this release
154d2d2

Bug fixes

  • (Android) Upgrade bugsnag-android to v4.22.2
    • Fix: address CVE-2019-10101 by increasing Kotlin version to 1.3.61
      #739
    • Catch throwables when invoking methods on system services
      #623
    • Fix possible crash when recording reports and breadcrumbs containing values
      using different text encodings or UTF-8 control characters, followed by a
      C/C++ crash.
      #584
    • Fix crash when calling NativeInterface.clearTab() (from an integration
      library)
      #582
    • Fix abort() in native code when storing breadcrumbs with null values in
      metadata
      #510
    • Fix potential segfaults when adding breadcrumb with NDK
      #546
    • Convert metadata to map when notifying the NDK observer
      #513
    • Prevent overwrite of signal mask when installing ANR handler
      #520
    • Fix possible null pointer exception when creating a breadcrumb without
      metadata
      #585