[Privoxy-commits] [privoxy] branch master updated: Bump MAX_FILTER_TYPES

User Git git at git.privoxy.org
Sat Sep 9 12:03:52 CEST 2023


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

The following commit(s) were added to refs/heads/master by this push:
     new 48282bcd Bump MAX_FILTER_TYPES
48282bcd is described below

commit 48282bcd9c6972c177231b66cbad5db7683f2585
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sat Sep 9 11:59:25 2023 +0200

    Bump MAX_FILTER_TYPES
    
    ... which should have been done in d128e6aa41 when introducing
    the client-body-tagger{} action.
    
    Prevents an assertion in cgi_edit_actions_for_url() from triggering
    after e32d03e0 when using the CGI editor with assertions enabled.
---
 project.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/project.h b/project.h
index 04fbe8e0..baf7cf6d 100644
--- a/project.h
+++ b/project.h
@@ -1333,9 +1333,9 @@ enum filter_type
 };
 
 #ifdef FEATURE_EXTERNAL_FILTERS
-#define MAX_FILTER_TYPES        9
+#define MAX_FILTER_TYPES        10
 #else
-#define MAX_FILTER_TYPES        8
+#define MAX_FILTER_TYPES        9
 #endif
 
 /**

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list