-
- Downloads
ltree: Zero padding bytes when allocating memory for externally visible data.
ltree/ltree_gist/ltxtquery's headers stores data at MAXALIGN alignment, requiring some padding bytes. So far we left these uninitialized. Zero those by using palloc0. Author: Andres Freund Reported-By: Andres Freund / valgrind / buildarm animal skink Backpatch: 9.1-
Showing
- contrib/ltree/_ltree_gist.c 7 additions, 7 deletionscontrib/ltree/_ltree_gist.c
- contrib/ltree/_ltree_op.c 4 additions, 4 deletionscontrib/ltree/_ltree_op.c
- contrib/ltree/ltree_gist.c 5 additions, 5 deletionscontrib/ltree/ltree_gist.c
- contrib/ltree/ltree_op.c 3 additions, 3 deletionscontrib/ltree/ltree_op.c
- contrib/ltree/ltxtquery_io.c 1 addition, 1 deletioncontrib/ltree/ltxtquery_io.c
Loading
Please register or sign in to comment