about summary refs log tree commit diff stats
path: root/src/html/formdata.nim
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-04-20 12:40:57 +0200
committerbptato <nincsnevem662@gmail.com>2024-04-20 12:47:49 +0200
commit2df3a394d96c116301bb4df2fd1f67b8311fddee (patch)
tree57ffe7a8b659ab4c864bb67917f1e115f44b8534 /src/html/formdata.nim
parent503925d2c91e967d51354e322daec4feb62e7ff7 (diff)
downloadchawan-2df3a394d96c116301bb4df2fd1f67b8311fddee.tar.gz
sandbox: allow syscalls for epoll Nim selectors
This fixes setTimeout/setInterval causing crashes.

Note: timerfd_gettime is not actually used by Nim right now.
However, it seems like a good idea to add it to the set in case a
future Nim version needs it, as it does no harm.

We still do not allow signalfd, because it would let rogue buffers
override our SIGSYS handler.  (Not sure if this really matters, but
we don't need it for now anyway.)
Diffstat (limited to 'src/html/formdata.nim')
0 files changed, 0 insertions, 0 deletions
n116' href='#n116'>116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219