bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gawk] Bugs in Gawk


From: Flávio Medeiros
Subject: [bug-gawk] Bugs in Gawk
Date: Mon, 10 Mar 2014 20:57:46 -0300

Hello,

I'm sending some issues I have found that can be possible bugs in Gawk:

1)
FILE: pc/popen.c/v1-popen.c
PROBLEM: Memory leak in function scriptify, variable cmd (line 90 -
return null) when we set configuration defined(_MSC_VER) ||
defined(__MINGW32__).


2)
FILE: regcomp.c/v1-regcomp.c
PROBLEM: uninitialized variable in function parse_bracket_exp,
variable table_size, when we define macro _LIBC. (around line 2692)

3)
FILE: regcomp.c/v1-regcomp.c
PROBLEM: memory in function parse_bracket_exp, variable mbcset, when
we define macro RE_ENABLE_I18N with mbcset == NULL. (around line 2970)

Please let me know if it helps.

Regards,
Flávio Medeiros



reply via email to

[Prev in Thread] Current Thread [Next in Thread]