]> git.ipfire.org Git - thirdparty/gettext.git/commit
libintl: Fix pointer use after free.
authorBruno Haible <bruno@clisp.org>
Sun, 24 Sep 2017 09:30:59 +0000 (11:30 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 24 Sep 2017 09:30:59 +0000 (11:30 +0200)
commitd99286ed7fe5a0de3a9f33e34df14a75f8d40398
tree5b8d89955274ee53800dd5a4ab71a5d355a21792
parent5ad8c92742daaf4434fded196ff23638cdaa621b
libintl: Fix pointer use after free.

* gettext-runtime/intl/loadmsgcat.c (_nl_load_domain): Perform the same lock
deallocation outside libc as in libc (patch from 2013-09-06).
gettext-runtime/intl/loadmsgcat.c