You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i.e. instead of calling write(1, "<script></script>\n", 18<script></script> to output the content to stdout it calls getrandom() and then hangs after an nmap.
This is reproducible with latest Python (3.12.4) as well.
The text was updated successfully, but these errors were encountered:
minify-html
(0.15.0
)<script>
tag, withminify_js=True
Python process hangs
Running
strace
shows:Working version (without the
<br>
tag):works.txt
Broken (with the
<br>
tag):broken.txt
i.e. instead of calling
write(1, "<script></script>\n", 18<script></script>
to output the content tostdout
it callsgetrandom()
and then hangs after annmap
.This is reproducible with latest Python (
3.12.4
) as well.The text was updated successfully, but these errors were encountered: