Add missing client-body-tagger data to the action_type_info[] struct
authorFabian Keil <fk@fabiankeil.de>
Sat, 9 Sep 2023 06:55:33 +0000 (08:55 +0200)
committerFabian Keil <fk@fabiankeil.de>
Sat, 9 Sep 2023 09:54:40 +0000 (11:54 +0200)
commite32d03e08581b292864d70768c6172e42e979b1c
tree670b86225b5cd27ce396ba0d22cf5da681b6c538
parentc87c4119b1b072c293da44cc214961473784174a
Add missing client-body-tagger data to the action_type_info[] struct

... so lookups based on the action index work correctly again.

Prevents assertion failures or segfaults when trying to edit
an action file with the CGI editor.

The type of failure depended on whether or not assertions
were enabled and on whether or not Privoxy had been compiled
with FEATURE_EXTERNAL_FILTERS.

Regression introduced in Privoxy 3.0.34.

Patch submitted by Aaron Li in #940.
cgiedit.c