Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Fix buffer overflow issue when converting strings from JNI to Dart #416

Merged

Commits on Nov 2, 2023

  1. Fix invalid string conversion

    Converting JStringPtr to Dart String can roll into invalid memory and crash app.
    slightfoot committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    990caa8 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    3ba6a42 View commit details
    Browse the repository at this point in the history
  2. edit changelog

    HosseinYousefi committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    476e24b View commit details
    Browse the repository at this point in the history