Add buffer length check.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Fri, 2 Jul 2021 03:50:29 +0000 (12:50 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Fri, 2 Jul 2021 03:53:16 +0000 (12:53 +0900)
commit3a5a242dd689ff1841125b33ad97f6702de7d949
tree96c7973095c8ea91c7932e76a383d2aa554ef20e
parent314e1b81f20d4e491068479229b96db86be06e67
Add buffer length check.

get_info_from_conninfo() did not check the size of the provided
buffers.  Add length parameters so that it can check the buffer size.
src/main/pgpool_main.c