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

Conversation

sz3
Copy link
Owner

@sz3 sz3 commented Feb 10, 2024

This will be 0.15.5, the lasthopefully of the 0.5.x releases.

Includes #29 by way of sz3/libcimbar#89

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...
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
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]>
cv::Scalar color = in_progress? cv::Scalar(0,255,0) : cv::Scalar(255,255,255);
cv::Scalar color = cv::Scalar(255,255,255);
if (in_progress == 1)
color = cv::Scalar(255,100,100);
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding visual feedback for when extracts are happening, but decodes aren't.

The color is red right now -- I might change it. (green = success)

@sz3 sz3 merged commit 870ab27 into master Feb 10, 2024
@sz3 sz3 deleted the one-last-v0.5-bugfix branch February 10, 2024 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant