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 memory corruption bug + misc other libcimbar updates #30

Merged
merged 4 commits into from
Feb 10, 2024

Commits on Feb 8, 2024

  1. Better(?) visual feedback?

    Idea is to count partial decodes and full decodes separately, and maybe
    provide visual feedback to the user based on that. Not clear how well it
    works...
    sz3 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    dc2c560 View commit details
    Browse the repository at this point in the history
  2. Squashed 'app/src/cpp/libcimbar/' changes from faebb87fc..368c2c4ed

    368c2c4ed Merge pull request #90 from sz3/bugfix-santitize-future
    258991bc1 Fix some longstanding (no)-fsanitize sloppiness
    e77b598f2 Merge pull request #89 from sz3/bugfix-flood-decode-bounds-check
    ead73ea63 fix memory corruption bug
    0fe367f27 Fix the error check in FloodDecodePositions
    97f4af38b Merge pull request #87 from sz3/build-and-css-bugfix-24-2
    0f2d7188a Tweak to make package-portable-linux slightly less docker dependent
    d2ddcc214 Use innerWidth to avert android firefox shenanigans
    8f9caa18b If negative z-index is bad vibes, we should set z-index+1 various places
    38b8068e8 Update index.html
    01193747e Merge pull request #85 from sz3/pin-cmake-portable-build
    452eb716d Pin "portable" linux script to use an old (known good) cmake
    05d5e3891 Merge pull request #82 from sz3/ios-css-bugfix
    69a7d415e Fix bug/change in ios (un)focus behavior?
    
    git-subtree-dir: app/src/cpp/libcimbar
    git-subtree-split: 368c2c4edaf66802863c3798ad850b30469b5f2b
    sz3 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    d047763 View commit details
    Browse the repository at this point in the history
  3. Upstream merge of libcimbar

    Off by one, memory corruption, we got it all...
    
    #29
    sz3/libcimbar#89
    sz3/libcimbar#90
    
    Thanks to @notune for the AdjacentCellFinder fix!
    
    Co-authored-by: Noah<[email protected]>
    sz3 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    1a748a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. 0.5.15 version bump

    sz3 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    113e8b6 View commit details
    Browse the repository at this point in the history