diff options
author | Nick Clifton <nickc@redhat.com> | 2018-12-11 12:01:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-12-11 12:01:15 +0000 |
commit | 69799d67e8872dcd3feee81ed2ff0fc47beb52d7 (patch) | |
tree | a6c32ecda1ae888a0d46ab28fcb1f59079a06b13 /binutils/doc | |
parent | 99e1a184a791d30c09a86d6eca4528dc146c2c79 (diff) | |
download | gdb-69799d67e8872dcd3feee81ed2ff0fc47beb52d7.zip gdb-69799d67e8872dcd3feee81ed2ff0fc47beb52d7.tar.gz gdb-69799d67e8872dcd3feee81ed2ff0fc47beb52d7.tar.bz2 |
Fix a failure in the libiberty testsuite by increasing the recursion limit to 2048.
PR 88409
include * demangle.h (DEMANGLE_RECURSION_LIMIT): Increase to 2048.
binutils* NEWS: Note that recursion limit has increased to 2048.
* doc/binutils.texi: Likewise.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 7efda86..34947d9 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -950,7 +950,7 @@ whilst demangling strings. Since the name mangling formats allow for an inifinite level of recursion it is possible to create strings whose decoding will exhaust the amount of stack space available on the host machine, triggering a memory fault. The limit tries to prevent this -from happening by restricting recursion to 1024 levels of nesting. +from happening by restricting recursion to 2048 levels of nesting. The default is for this limit to be enabled, but disabling it may be necessary in order to demangle truly complicated names. Note however @@ -2202,7 +2202,7 @@ whilst demangling strings. Since the name mangling formats allow for an inifinite level of recursion it is possible to create strings whose decoding will exhaust the amount of stack space available on the host machine, triggering a memory fault. The limit tries to prevent this -from happening by restricting recursion to 1024 levels of nesting. +from happening by restricting recursion to 2048 levels of nesting. The default is for this limit to be enabled, but disabling it may be necessary in order to demangle truly complicated names. Note however @@ -3555,7 +3555,7 @@ whilst demangling strings. Since the name mangling formats allow for an inifinite level of recursion it is possible to create strings whose decoding will exhaust the amount of stack space available on the host machine, triggering a memory fault. The limit tries to prevent this -from happening by restricting recursion to 1024 levels of nesting. +from happening by restricting recursion to 2048 levels of nesting. The default is for this limit to be enabled, but disabling it may be necessary in order to demangle truly complicated names. Note however @@ -3778,7 +3778,7 @@ whilst demangling strings. Since the name mangling formats allow for an inifinite level of recursion it is possible to create strings whose decoding will exhaust the amount of stack space available on the host machine, triggering a memory fault. The limit tries to prevent this -from happening by restricting recursion to 1024 levels of nesting. +from happening by restricting recursion to 2048 levels of nesting. The default is for this limit to be enabled, but disabling it may be necessary in order to demangle truly complicated names. Note however |