Comment #4 on issue 952 by mikesamuel: Temporaries optimized away too aggressively. Dodged TOCTTOU bullet. Wounded by out-of-order evaluation.
http://code.google.com/p/google-caja/issues/detail?id=952

A simpler testcase:

    var a = 10, b = 16;
    a.toString(a = b);

evaluates to "a" uncajoled, but "10" cajoled.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to