pcrs_compile_replacement(): Fix a clang warning when building with FUZZ support
authorFabian Keil <fk@fabiankeil.de>
Mon, 29 May 2017 10:09:37 +0000 (10:09 +0000)
committerFabian Keil <fk@fabiankeil.de>
Mon, 29 May 2017 10:09:37 +0000 (10:09 +0000)
The warning was:
"Address of stack memory associated with local variable 'length' is
still referred to by the static variable 'length_stack' upon returning
to the caller. This will be a dangling reference"

For the fuzzing use case it didn't matter but it still shouldn't be done.

While at it, remove a couple of variables that were only used
to make debugging more convenient.


No differences found