On Tue, Nov 14, 2023 at 8:14 PM Bruno Haible wrote:
>
> Hi,
>
> Eric Gallager wrote:
> > Hi, I have a project that uses gnulib's gettext.h, and also has CodeQL
> > scanning turned on in GitHub. In this project, CodeQL warns about the
> > "return translation;" statement on line 247 of gettext.h, sa
Hi,
Eric Gallager wrote:
> Hi, I have a project that uses gnulib's gettext.h, and also has CodeQL
> scanning turned on in GitHub. In this project, CodeQL warns about the
> "return translation;" statement on line 247 of gettext.h, saying that
> it "May return stack-allocated memory from msg_ctxt_id
Hi, I have a project that uses gnulib's gettext.h, and also has CodeQL
scanning turned on in GitHub. In this project, CodeQL warns about the
"return translation;" statement on line 247 of gettext.h, saying that
it "May return stack-allocated memory from msg_ctxt_id."
The rule implementing this chec