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
Thanks for the report! This looks bogus to me. Event (24) says charset is non-NULL; event (30) calls scan_charset with argument charset as parameter before (so before is non-NULL), so event (34) (before is NULL) cannot happen in this case.
Looking at the code in scan_request, the before argument is always non-NULL when options_pointer is NULL, and vice versa.
In packaging recode 3.7.14 for nixpkgs/unstable,
-Werror
with gcc-12.2.0 throws thisIf you have nix installed, this should be reproducable with:
The text was updated successfully, but these errors were encountered: