• Noah Misch's avatar
    Avoid reading past datum end when parsing JSON. · 66008564
    Noah Misch authored
    Several loops in the JSON parser examined a byte in memory just before
    checking whether its address was in-bounds, so they could read one byte
    beyond the datum's allocation.  A SIGSEGV is possible.  New in 9.3, so
    no back-patch.
    66008564
json.c 45.7 KB