+ - DoS attack found in PHP thanks to x87 FP-> 1
Submitted
by
yuhong
yuhong writes "Thanks to the fact that in x87 all floating point values stored in registers are 80-bit, a DoS attack has been found where converting the number 2.2250738585072011e-308 using most 32-bit versions of PHP hangs the conversion routine, causing PHP to freeze."
Link to Original Source
Link to Original Source
Cutting to the chase (Score:2)
Here is Lerdorf's comment on the ticket [php.net].
This is a well-known, ancient IA-32 or gcc bug (depending on who you ask), and doesn't have much to do with PHP specifically.