OSDN Git Service

Safely exit from json parser with chopped representations.
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Fri, 3 Apr 2015 06:07:52 +0000 (15:07 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Fri, 3 Apr 2015 06:07:52 +0000 (15:07 +0900)
commite5dd238b0eba4ddacb7fa0f845cbc95b2608e44b
tree5b6a7bdaa58a2b4449fe90dea6ae33ab1e3f1d89
parent9c887b9e91bc80e160d9a81c9a4bc1082488e241
Safely exit from json parser with chopped representations.

JSON plan strings can be chopped halfway from the limitation in the
storage. This fix make the JSON parser to handle it safely.
pgsp_json.c