mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Fixes issue #2073, which introduced an error caused by Date.parse() The problem was that the function didn't properly check if there was a ':' after the hours. If any UTF8 character was inserted there which got decoded into multiple characters, it caused the pointer to point at a wrong character. JerryScript-DCO-1.0-Signed-off-by: Daniel Balla dballa@inf.u-szeged.hu