rtfpessoa / diff2html-cli

Pretty diff to html javascript cli (diff2html-cli)
https://diff2html.xyz
MIT License
521 stars 50 forks source link

The stack overflow exception is displayed when the file exceeds 14M #170

Open Mrlaowu opened 6 months ago

Mrlaowu commented 6 months ago

Through diff -u f1 f2 |diff2html -s line -i stdin -o stdout, I found that stack overflow would occur when the comparison file exceeded 14M

Run the du -sh command to obtain the diff.txt file from diff -u f1 f2. The size of the file is 14 MB