[fprint] Feature request

2016-08-18 Thread Ondřej Kolín
I have HP EliteBook 8460p with Bus 001 Device 003: ID 138a:003c Validity Sensors, Inc. VFS471 Fingerprint Reader Is it possible to add support? Is there way how can I help you? Regards Ondřej Kolín ___ fprint mailing list fprint@lists.freedesktop.org h

Re: [fprint] Call for testing: UPEK 147e:1001, AES1660, AES1610, AES2501, AES2550, AES2810, AES2660

2016-08-18 Thread Julian Sikorski
W dniu 11.02.2016 o 20:32, Vasily Khoruzhick pisze: > OK, thanks a lot for testing! > Are there plans to integrate this work into libfprint master and/or 0.7.0 release? Best regards, Julian ___ fprint mailing list fprint@lists.freedesktop.org https://

Re: [fprint] Call for testing: UPEK 147e:1001, AES1660, AES1610, AES2501, AES2550, AES2810, AES2660

2016-08-18 Thread Vasily Khoruzhick
It's already in libfprint master. I have no time at the moment to do new release. On Thu, Aug 18, 2016 at 12:20 PM, Julian Sikorski wrote: > W dniu 11.02.2016 o 20:32, Vasily Khoruzhick pisze: >> OK, thanks a lot for testing! >> > > Are there plans to integrate this work into libfprint master and

Re: [fprint] Call for testing: UPEK 147e:1001, AES1660, AES1610, AES2501, AES2550, AES2810, AES2660

2016-08-18 Thread Julian Sikorski
Thanks for the prompt feedback! W dniu 18.08.2016 o 21:41, Vasily Khoruzhick pisze: > It's already in libfprint master. I have no time at the moment to do > new release. > > On Thu, Aug 18, 2016 at 12:20 PM, Julian Sikorski wrote: >> W dniu 11.02.2016 o 20:32, Vasily Khoruzhick pisze: >>> OK, th

[fprint] Minor security hole in libfprint (with fix included)

2016-08-18 Thread Alan Davidson
Hi libfprint folks - I was enrolling fingerprints and saving the data to files (using fp_print_data_get_data), when I noticed that the data section for the minutiae had interesting stuff in the unused parts. This is to say, the xyt_struct (from bozorth.h) allocates space for 200 minutiae, and if I

Re: [fprint] Minor security hole in libfprint (with fix included)

2016-08-18 Thread Vasily Khoruzhick
Hi Alan, Thanks for your e-mail and patch. I expect it to be in worst case some re-used memory of libfprint, so it's not really a security leak, since the only sensitive information is saved to the disk. But I'll take your patch. Regards, Vasily On Thu, Aug 18, 2016 at 3:01 PM, Alan Davidson w