[dovecot/core] 10972f: lib: json_append_escaped() doesn't need to escape ...

GitHub noreply at github.com
Thu Jan 28 13:17:06 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: 10972f2a15f5538860fcc1d4adda227d59d2d757
      https://github.com/dovecot/core/commit/10972f2a15f5538860fcc1d4adda227d59d2d757
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-01-28 (Thu, 28 Jan 2016)

  Changed paths:
    M src/lib/json-parser.c
    M src/lib/json-parser.h
    M src/lib/test-json-parser.c

  Log Message:
  -----------
  lib: json_append_escaped() doesn't need to escape the 8bit chars.

We'll assume that the input is valid UTF-8.


  Commit: bb869cc24b24a8df84a43154c628785d6aee784c
      https://github.com/dovecot/core/commit/bb869cc24b24a8df84a43154c628785d6aee784c
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-01-28 (Thu, 28 Jan 2016)

  Changed paths:
    M src/lib/json-parser.c
    M src/lib/json-parser.h
    M src/lib/test-json-parser.c

  Log Message:
  -----------
  lib: Added json_append_escaped_data() to escape non-NUL terminated input.


Compare: https://github.com/dovecot/core/compare/4eccf5310af7...bb869cc24b24


More information about the dovecot-cvs mailing list