-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Fixes #940 : segfault when searching after merging #941
Fixes #940 : segfault when searching after merging #941
Conversation
Seems that travis is failing all over the place here too |
@TheZ3ro @droidmonkey looks like the travis jobs are failing since the |
09e2391
to
b737f06
Compare
@louib @droidmonkey @phoerious I don't know, |
The gcc tests fail as well. It has to do with asan. |
fb4d02d
to
117beb6
Compare
117beb6
to
38350af
Compare
@droidmonkey @TheZ3ro sticking to the previous version of the travis image solves the problem. Seems the bug is related to the one I link to in the comment of |
- Corrected multiple snap issues [#934, #1011] - Corrected multiple custom icon issues [#708, #719, #994] - Corrected multiple Yubikey issues [#880] - Fixed single instance preventing load on occasion [#997] - Keep entry history when merging databases [#970] - Prevent data loss if passwords were mismatched [#1007] - Fixed crash after merge [#941] - Added configurable auto-type default delay [#703] - Unlock database dialog window comes to front [#663] - Translation and compiling fixes
Fixes #940
How has this been tested?
Manually + added unit tests on develop
The
resolveConflict
code has changed a lot indevelop
, and this bug is not ondevelop
, as we already switched tosetGroup
instead ofaddEntry
.Types of changes
Checklist:
-DWITH_ASAN=ON
. [REQUIRED]