Commit c6e46cf
authored
sanitize compiler output more (#1430)
notably, this removes null bytes from compiler output, should they end
up there. this is necessary because postgres doesn't allow storing null
bytes in text columns, so ES would previously error when trying to store
the compilation output in the DB. (additionally, it's a bit nicer to the
contestants, as control characters aren't rendered in an useful way by
browsers anyways.)1 parent 73dcf74 commit c6e46cf
1 file changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
70 | 75 | | |
71 | 76 | | |
72 | 77 | | |
| |||
0 commit comments