about summary refs log tree commit diff stats
path: root/src/html
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-04-19 18:19:09 +0200
committerbptato <nincsnevem662@gmail.com>2024-04-19 18:25:39 +0200
commitd4d34ea8b5257d6f0ddd40807a9b6b684df24811 (patch)
tree3d8f8d2fa482f962115927e35673465f18aa14c5 /src/html
parentcce00d49b0c2962a2e39c31f6b09863c1231c7d6 (diff)
downloadchawan-d4d34ea8b5257d6f0ddd40807a9b6b684df24811.tar.gz
http: fix sandbox violation in readFromStdin
glibc apparently calls fstat from fread, and we didn't allow it in
seccomp.  So:

* allow fstat in the sandbox; no reason not to, and it seems too big of
  a footgun to assume we never call fread
* use read(2) in http; no need for buffered i/o here
Diffstat (limited to 'src/html')
0 files changed, 0 insertions, 0 deletions