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
ext/gettext/gettext.c: check errno after calling bindtextdomain()
Since musl's bindtextdomain() returns NULL when no directory has been
explicitly bound yet (a relatively benign situation), we need to reset
errno before the call and check it afterwards to differentiate between
a real error like ENOMEM and the harmless not-yet-bound case.
0 commit comments