mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
8ff935c01a
jq now depends on oniguruma for regex support. Modified configure.ac accordingly. Added valgrind suppression file for oniguruma to prevent one-time and bounded leaks from causing tests to fail. Signed-off-by: Nicolas Williams <nico@cryptonector.com>
22 lines
239 B
Plaintext
22 lines
239 B
Plaintext
{
|
|
onig node recycling
|
|
Memcheck:Leak
|
|
...
|
|
fun:onig_parse_make_tree
|
|
...
|
|
}
|
|
{
|
|
onig unicode case insensitivity 1
|
|
Memcheck:Leak
|
|
...
|
|
fun:setup_tree
|
|
...
|
|
}
|
|
{
|
|
onig unicode case insensitivity 2
|
|
Memcheck:Leak
|
|
...
|
|
fun:onig*unicode*
|
|
...
|
|
}
|