-
Notifications
You must be signed in to change notification settings - Fork 8
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
Bump reported libudev version? #2
Comments
to match eudev and libudev-zero and satisfy software like muffin 5.4 #2
Could you test the current master? |
muffin builds fine, but barfs at runtime. Seems like enabling muffin's udev support offloads otherwise included functionality/code to udev that we haven't quite implemented yet?
|
Test following patch:
|
No crash with patch. Will need to continue dogfooding the functionality muffin exposes with this option, which is a different multi-monitor management implementation (OPTION marked experimental in the WIP port for now) |
to client via udev_device_get_parent(). This fixes use-after-free in following scenario found in muffun 5.4: parent_dev = udev_device_get_parent(child_dev); udev_device_unref(child_dev); udev_device_do_something(parent_dev); #2
For example, muffin 5.4 (from Cinnamon desktop environment) specifies a minimum version requirement of 228.
The text was updated successfully, but these errors were encountered: