diff options
author | Omar Polo <op@omarpolo.com> | 2022-03-26 11:32:26 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-03-26 11:32:26 +0000 |
commit | 3fdc457c8db0550a6143ab626bfefe3351ab0b93 (patch) | |
tree | 270df0a78a404e55e5d733e388747e56c1207e7a /Makefile | |
parent | 409a2599b30159207a7d4da6a7fd7aede4a4327f (diff) |
swap try_client_by_id with client_by_id
i.e. allow client_by_id to fail and return NULL.
Initially I thought it was a good idea to shut down a server process
if we receive an invalid client id as reply from one of our requests
to the executor process. This turned out not to be correct since a
client can (read: will) disconnect in the delay beteewn we acknowledge
their request and the cgi script execution.
The fastcgi and proxy handler already handled this situation, so
they're unaffected.
This allows an attacker to make gmid unresponsible by just making
enough requests until they hit the right timing.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions