You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Michael Jumper (JIRA)" <ji...@apache.org> on 2017/05/07 18:17:04 UTC

[jira] [Updated] (GUACAMOLE-295) In Parser.js, the `length` variable is incorrectly checked for equality against NaN.

     [ https://issues.apache.org/jira/browse/GUACAMOLE-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Jumper updated GUACAMOLE-295:
-------------------------------------
    Description: In Parser.js, the {{length}} variable is checked for equality against NaN. This will always be false because even NaN is not equal to NaN.  (was: In Parser.js, the `length` variable is checked for equality against NaN. This will always be false because even NaN is not equal to NaN.)

> In Parser.js, the `length` variable is incorrectly checked for equality against NaN.
> ------------------------------------------------------------------------------------
>
>                 Key: GUACAMOLE-295
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-295
>             Project: Guacamole
>          Issue Type: Bug
>          Components: guacamole-client
>            Reporter: Chris Gavin
>            Priority: Minor
>             Fix For: 0.9.13-incubating
>
>
> In Parser.js, the {{length}} variable is checked for equality against NaN. This will always be false because even NaN is not equal to NaN.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)