Remove dependency to system calls for memory allocation in refint
Michael Paquier <michael@paquier.xyz>
Remove dependency to system calls for memory allocation in refint Failures in allocations could lead to crashes with NULL pointer dereferences . Memory context TopMemoryContext is used instead to keep alive the plans allocated in the session. A more specific context could be used here, but this is left for later. Reported-by: Jian Zhang Author: Michael Paquier Reviewed-by: Tom Lane, Andres Freund Discussion: https://postgr.es/m/16190-70181c803641c3dc@postgresql.org
Files
| Path | Change | +/− |
|---|---|---|
| contrib/spi/refint.c | modified | +20 −6 |
Discussion
- BUG #16190: The usage of NULL pointer in refint.c 11 messages · 2020-01-06 → 2020-01-12