pcrs_compile_replacement(): Remove an assertion that could be triggered with invalid...
authorFabian Keil <fk@fabiankeil.de>
Sat, 12 Aug 2017 09:40:50 +0000 (09:40 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 12 Aug 2017 09:40:50 +0000 (09:40 +0000)
commit2380f2ad52748713f50ffb0ab10613204a58accd
treeba1c115dbcfd0b7b9e18182e2e3beb1d449e0a78
parenta78dfbfe1fafe1c451c312c322e626e9e4b3393c
pcrs_compile_replacement(): Remove an assertion that could be triggered with invalid input

Without the assertion the invalid input is properly rejected:
Error: Failed to compile pcrs replacement. Error: (pcrs:) Backreference out of range

This reverts one half of r1.50 which apparently wasn't
properly tested.
pcrs.c