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 crash when building history changes, add tags to history compare, fix minizip-ng compiling #7638

Merged
merged 3 commits into from
Apr 3, 2022

Conversation

droidmonkey
Copy link
Member

Fix crash when building history changes

  • Replace rarely hit asserts with defined nullptr checks when replacing references without a group
  • Fix Crash while editing x-ref entries #7603
  • Replace TOTP history comparison with checking the actual TOTP output instead of a compiled string

Add tags to history comparison

Fix compiling with minizip-ng

Testing strategy

Tested minizip fixes on Fedora

Type of change

  • ✅ Bug fix (non-breaking change that fixes an issue)

@droidmonkey droidmonkey requested review from phoerious and hifi March 25, 2022 02:59
@droidmonkey droidmonkey added bug crash 💥 pr: backport pending Pull request yet to be backported to a previous release labels Mar 25, 2022
@droidmonkey droidmonkey added this to the v2.7.1 milestone Mar 25, 2022
@droidmonkey droidmonkey changed the title Fix crash when building history changes Fix crash when building history changes, add tags to history compare, fix minizip-ng compiling Mar 25, 2022
@codecov-commenter
Copy link

codecov-commenter commented Mar 25, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.28%. Comparing base (097be1a) to head (9d0a937).
Report is 455 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #7638      +/-   ##
===========================================
- Coverage    64.30%   64.28%   -0.03%     
===========================================
  Files          339      339              
  Lines        43448    43448              
===========================================
- Hits         27938    27927      -11     
- Misses       15510    15521      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

src/keeshare/ShareExport.cpp Outdated Show resolved Hide resolved
* Replace rarely hit asserts with defined nullptr checks when replacing references without a group
* Fix #7603
* Replace TOTP history comparison with checking the actual TOTP output instead of a compiled string
* minizip-ng has slightly different defines and function names than the original minizip. These changes adapt the existing code to use the minizip-ng versions if necessary.
@droidmonkey droidmonkey merged commit 31db3c3 into develop Apr 3, 2022
@droidmonkey droidmonkey deleted the hotfix/totp-crash branch April 3, 2022 17:28
@droidmonkey droidmonkey added pr: backported Pull request backported to previous release and removed pr: backport pending Pull request yet to be backported to a previous release labels Apr 6, 2022
@phoerious phoerious added pr: bugfix Pull request that fixes a bug and removed bug labels Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash 💥 pr: backported Pull request backported to previous release pr: bugfix Pull request that fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash while editing x-ref entries
3 participants