Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by
authorHeikki Linnakangas <[email protected]>
Thu, 8 Oct 2009 04:47:06 +0000 (04:47 +0000)
committerHeikki Linnakangas <[email protected]>
Thu, 8 Oct 2009 04:47:06 +0000 (04:47 +0000)
commitf0e92290587b1536b80dc4a79e67cb9b541e9acb
tree911bd523e4d5687b4fc0806a8572423d70539704
parent693cebff4f1e2e599a4dd0d04cf242d46f5d81d6
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