HomePhabricator

Fix univalue handling of \u0000 characters.
0cc7b2352e74Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Fix univalue handling of \u0000 characters.

Univalue's parsing of \u escape sequences did not handle NUL characters
correctly. They were, effectively, dropped. The extended test-case
fails with the old code, and is fixed with this patch.

Details

Provenance
Daniel Kraft <d@domob.eu>Authored on Jun 10 2015, 12:57
deadalnixPushed on May 14 2017, 22:04
Parents
rABC51870fc15121: Merge pull request #6264
Branches
Unknown
Tags
Unknown

Event Timeline

Daniel Kraft <d@domob.eu> committed rABC0cc7b2352e74: Fix univalue handling of \u0000 characters. (authored by Daniel Kraft <d@domob.eu>).Jun 11 2015, 10:09