Ensure that memcmp() does not run off the end of memory, per Kurt Roeckx.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 3 Feb 2004 17:56:04 +0000 (17:56 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 3 Feb 2004 17:56:04 +0000 (17:56 +0000)
commit2194ed88de490e303811debd454199ba0fd69558
tree1589d11783ff9fb336a449b16acdf8d048ee1d2f
parent932001350b8e18074a4fc291fe98e910b6d96b5a
Ensure that memcmp() does not run off the end of memory, per Kurt Roeckx.
(Same patch committed to HEAD but I fat-fingered the commit message...)
src/backend/utils/adt/regexp.c