]> granicus.if.org Git - postgresql/commit
Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 8 Oct 2009 04:46:37 +0000 (04:46 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 8 Oct 2009 04:46:37 +0000 (04:46 +0000)
commitc2c86e4881f7587a1424e48151a020989d0395d1
treec9cdf13e45dd51edd5781e095c56d03eed863e02
parent895a3fb65812899b531191fd981acfd0fc551cfc
Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by
8, bitncmp() may dereference a pointer one byte out of bounds.

Chris Mikkelson (bug #5101)
src/backend/utils/adt/network.c