forked from aryanshar/libfprint
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Fedora 34 T460p #36
Comments
I get the same issue. Here's a log with a bit more context.
|
I'm having the same issue, but I am on Ubuntu 20.04 |
I get the same issue too, I'm on openSUSE Tumbleweed with T460P |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In file included from ../libfprint/nbis/bozorth3/bozorth3.c:82:
../libfprint/nbis/include/bozorth.h:260:42: note: previously declared as ‘int[]’
260 | extern void bz_comp(int, int [], int [], int [], int *, int [][COLS_SIZE_2],
| ^~~~~~
In function ‘rtp_insert’,
inlined from ‘bz_match’ at ../libfprint/nbis/bozorth3/bozorth3.c:558:3:
../libfprint/nbis/bozorth3/bozorth3.c:331:15: error: ‘__builtin_memmove’ offset [-17179869176, -8] is out of the bounds [0, 160000] of object ‘rtp’ with type ‘int *[20000]’ [-Werror=array-bounds]
331 | *r1-- = *r2--;
| ~~~~~~^~~~~~~
The text was updated successfully, but these errors were encountered: