validate: Don't use glib::translate::Borrowed in safe bindings
It allows use-after-free.
Merge request reports
Activity
requested review from @thiblahute
mentioned in merge request !1265 (merged)
- Resolved by Thibault Saunier
I think there was a good reason for it to be by value and not reference. Iirc, we need to have the ability to modify the structure from within the action execution, wwhich is not possible if using a reference.
added 1 commit
- 45e5e8ea - validate: Don't use glib::translate::Borrowed in safe bindings
assigned to @gstreamer-merge-bot
mentioned in commit slomo/gstreamer-rs@d1ece4bb
added 1 commit
- d1ece4bb - validate: Don't use glib::translate::Borrowed in safe bindings
changed milestone to %0.24.0