Binary package hint: php5
Processing certain textual forms of MAX_FLOAT leads to an infinite loop/hang/DoS:
php -r "print 2.2250738585072011e-308;"
hangs indefinitely, whereas:
php -r "print 2.2250738585072010e-308;"
returns immediately.
Binary package hint: php5
Processing certain textual forms of MAX_FLOAT leads to an infinite loop/hang/DoS:
php -r "print 2.2250738585072 011e-308; "
hangs indefinitely, whereas:
php -r "print 2.2250738585072 010e-308; "
returns immediately.