mirror of
https://github.com/xroche/httrack.git
synced 2026-08-10 01:37:18 +03:00
8 lines
189 B
Plaintext
8 lines
189 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
#
|
||
|
|
|
||
|
|
set -euo pipefail
|
||
|
|
|
||
|
|
# .class constant-pool count is capped to the file size (calloc DoS).
|
||
|
|
httrack -O /dev/null -#test=java run | grep -q "java constant-pool cap self-test OK"
|