Skip to content
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

gio: Don't pass NULL to g_list_store_find_with_equal_func_full() #1015

Merged

Conversation

sdroege
Copy link
Member

@sdroege sdroege commented Feb 20, 2023

Instead construct a fake item here that satisfies the checks from GIO.

Fixes #997

Instead construct a fake item here that satisfies the checks from GIO.

Fixes gtk-rs#997
@sdroege sdroege added the needs-backport PR needs backporting to the current stable branch label Feb 20, 2023
@sdroege sdroege merged commit 459bd8d into gtk-rs:master Feb 20, 2023
@sdroege sdroege deleted the list-store-find-with-equal-func-null-item branch February 20, 2023 12:31
@sdroege sdroege added backported PR was backported to the current stable branch and removed needs-backport PR needs backporting to the current stable branch labels Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backported PR was backported to the current stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] ListStore::find_with_equal_func segfaults
2 participants