bellard

Results 36 comments of bellard

Since closefrom() is supported in all recent systems, I don't see the advantage in having a complicated fallback using /proc. So I suggest to remove the complicated fallback and just...

You can try to disable Link Time Optimisation by commenting "CONFIG_LTO=y" in the Makefile

It seems better to keep the fuzz corpus outside the quickjs repo.

The quickjs-ng fix just hides the problem. My last commit should fix the issue.

I think it is better to fix the non greedy matching first. This patch only hides the real problem.

The commit `36911f0d` should fix the issue. Do you have other cases where the backtracking limitation workaround is necessary ?

I see no problem with your example because it really requires a large number of backtracking (try it in another JS engine). It is the same problem as having a...