Remove an unreasonable parameter limit in parse_cgi_parameters()
authorFabian Keil <fk@fabiankeil.de>
Fri, 8 Jun 2012 15:08:33 +0000 (15:08 +0000)
committerFabian Keil <fk@fabiankeil.de>
Fri, 8 Jun 2012 15:08:33 +0000 (15:08 +0000)
commit3b9357f0f104bae9c6b8d317c31853bd3284fa55
treede7fbc5220ab0da0ca1fd2831d6468c0dadc7457
parentaa1fef78d979c04cac75c87156cad5781d7f3265
Remove an unreasonable parameter limit in parse_cgi_parameters()

The new parameter limit depends on the memory available and
is currently unlikely to be reachable, due to other limits in
both Privoxy and common clients.

So the limit is actually still there, but at least it's no
longer unreasonable, is properly handled, and should be high
enough for anybody.

Reported by Andrew on ijbswa-users@.
cgi.c