mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2026-02-07 17:16:25 +00:00
In the `ecma_string_get_chars` method the contents of a direct string is accessed incorrectly. It tries to extract the magic string id from the string pointer but the direct string does not need this step. JerryScript-DCO-1.0-Signed-off-by: Peter Gal pgal.u-szeged@partner.samsung.com