You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hexchat crate has register_command and deregister_command functions. When used together, they can cause an use-after-free. This seems to be the case with most if not all of the callback-related functions.
Additionally, the crate seems to be no longer maintained.