[Git][wine/wine][master] 4 commits: winebth.sys: Fix potential NULL deref in bluez_gatt_characteristic_value_free.
Alexandre Julliard pushed to branch master at wine / wine Commits: 6c8921b5 by Vibhav Pant at 2026-05-20T22:41:59+02:00 winebth.sys: Fix potential NULL deref in bluez_gatt_characteristic_value_free. - - - - - 34740c93 by Vibhav Pant at 2026-05-20T22:41:59+02:00 winebth.sys: Push newly enumerated bluetooth devices directly to the watcher event queue. Instead of keeping separating lists of bluez_init_entry for enumerated objects, use the event watcher queue to push BLUETOOTH_WATCHER events for enumerated objects we're interested in. - - - - - 3881915e by Vibhav Pant at 2026-05-20T22:41:59+02:00 winebth.sys: Factor code for handling new BlueZ objects into bluez_handle_new_object. - - - - - cf80269f by Vibhav Pant at 2026-05-20T22:41:59+02:00 winebth.sys: Perform initial device enumeration inside a DBusPendingCall callback. Instead of checking the status of the GetManagedObjects call on every main loop iteration, use the notification callback functionality of DBusPendingCall to perform enumeration. - - - - - 1 changed file: - dlls/winebth.sys/dbus.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cf84e79a95363d570a80f5872b41b6... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cf84e79a95363d570a80f5872b41b6... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)