Fix off-by-one error in query cache module.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 6 Jul 2019 23:08:25 +0000 (08:08 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 6 Jul 2019 23:15:46 +0000 (08:15 +0900)
commitae45e93aaf9cc1257d46e47631c7ef7feb202702
treedd1b486418632e9b5c624a16dada83f95a615b2a
parent1bab9c55459837bb1966bfb7439487ffabf3e94c
Fix off-by-one error in query cache module.

When debug print is enabled, it might had tried to access out of bound
of oid array.
src/query_cache/pool_memqcache.c