mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
41e05b1133
During verify/identify complete we replace the error pointer that the driver returned with another error we created, after clearing that one. However, when we initialize a new error the compiler may reuse the same allocation of the cleared one, and this might lead to a test failure. So, don't be so fragile and ignore the pointer check