tic takes too long time to parse corrupted source terminfo
From:
Hongxu(primary)
Subject:
tic takes too long time to parse corrupted source terminfo
Date:
Wed, 16 Oct 2019 14:46:46 +0800
Hi,
When applying tic on some corrupted source terminfo file, it may take extremely long time to parse.
This may result from the fact for some file input, inside `_nc_resolve_uses2`, the iteration on `qp` took too much time; meanwhile the use entry keeps unresolved, which finally forces "keepgoing" to be true.