mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-02-04 01:20:29 +01:00
Fix a possible crash when an fprintd client disappears. If the client requested for the device to be released, then, without waiting for the reply of that release, disappeared from the bus, we would try to close it a second time, accessing a function pointer that didn't exist anymore. See https://bugzilla.redhat.com/show_bug.cgi?id=1515720 |
||
|---|---|---|
| .. | ||
| device.c | ||
| device.xml | ||
| file_storage.c | ||
| file_storage.h | ||
| fprintd-marshal.list | ||
| fprintd.h | ||
| loop.c | ||
| loop.h | ||
| main.c | ||
| Makefile.am | ||
| manager.c | ||
| manager.xml | ||
| storage.h | ||