Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by
Heikki Linnakangas <heikki.linnakangas@iki.fi>
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)
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/network.c | modified | +2 −2 |