Which kind of webapps can realistically be affected by the floating bug?

前端 未结 5 1563
攒了一身酷
攒了一身酷 2020-12-30 10:52

There\'s an easy way to totally lock a lot of JVM:

class runhang {
public static void main(String[] args) {
  System.out.println(\"Test:\");
  double d = Dou         


        
5条回答
  •  长情又很酷
    2020-12-30 11:22

    Hate to state the obvious, but all application that lets the user submits the string "2.2250738585072011e-308", and calls parse double on can "realistically" be affected.

提交回复
热议问题