forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitca84dfa
committed
Prevent Valgrind Memcheck errors around px_acquire_system_randomness().
This function uses uninitialized stack and heap buffers as supplementaryentropy sources. Mark them so Memcheck will not complain. Back-patchto 9.4, where Valgrind Memcheck cooperation first appeared.Marko Tiikkaja1 parent258e294 commitca84dfa
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| 35 | + | |
35 | 36 |
| |
36 | 37 |
| |
37 | 38 |
| |
| |||
195 | 196 |
| |
196 | 197 |
| |
197 | 198 |
| |
198 |
| - | |
| 199 | + | |
199 | 200 |
| |
200 | 201 |
| |
201 | 202 |
| |
202 | 203 |
| |
203 | 204 |
| |
204 | 205 |
| |
205 | 206 |
| |
| 207 | + | |
206 | 208 |
| |
207 | 209 |
| |
| 210 | + | |
208 | 211 |
| |
209 | 212 |
| |
210 | 213 |
| |
|
0 commit comments
Comments
(0)