• T
    Fix bogus handling of control characters in json_lex_string(). · 3dd8e596
    Tom Lane 提交于
    The original coding misbehaved if "char" is signed, and also made the
    extremely poor decision to print control characters literally when trying
    to complain about them.  Report and patch by Shigeru Hanada.
    
    In passing, also fix core dump risk in report_parse_error() should the
    parse state be something other than what it expects.
    3dd8e596
json.out 12.6 KB