Daniil Gentili

Results 185 comments of Daniil Gentili
trafficstars

Oh and also I noticed a really strange thing, looks like the [security & attack dashboard](https://radar.cloudflare.com/security-and-attacks/as198747?dateRange=24w) is showing bogus data, not only it is showing a seemingly random percentage of...

Thank you, awesome! Has anyone fixed the other issue with the invalid JSON response returned by the rpki endpoint yet, can I close this issue?

My issue got already fixed several months ago, probably due to the propagation of some entry in some database, so I can't really check if the issue is still there...

Amp v3 and php-parser v5 are supported by the v6 version of Psalm, available by requiring dev-master.

Thank you, will use `loop.first` instead! Leaving this open as IMO this is still a valid twigcs issue ;)

Note: to cache the array returned by installed.php in shared memory when using opcache preloading, make sure your preload file invokes `\Composer\InstalledVersions::getInstalledPackages();`, otherwise the installed.php file will just be re-parsed...

The same segfault also occurs on shutdown in certain conditions even when opcache is disabled (opcache.enable_cli=0).

Actually the issue seems to be unrelated to ASAN, it just always segfaults when compiling with clang

Clang 14 is also affected (which is the version offered by default on ubuntu 22.04)

@Danack I suppose just passing it in the CFLAGS and CXXFLAGS envvars should help!