forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd94c36a
committed
Add more sanity checks in contrib/sslinfo
We were missing a few return checks on OpenSSL calls. Should be prettyharmless, since we haven't seen any user reports about problems, andthis is not a high-traffic module anyway; still, a bug is a bug, sobackpatch this all the way back to 9.0.Author: Michael Paquier, while reviewing another sslinfo patch1 parentf828654 commitd94c36a
1 file changed
+22
-3
lines changedLines changed: 22 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
141 | 145 |
| |
142 | 146 |
| |
143 | 147 |
| |
| |||
150 | 154 |
| |
151 | 155 |
| |
152 | 156 |
| |
153 |
| - | |
| 157 | + | |
| 158 | + | |
154 | 159 |
| |
155 | 160 |
| |
156 | 161 |
| |
| |||
289 | 294 |
| |
290 | 295 |
| |
291 | 296 |
| |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
292 | 302 |
| |
293 | 303 |
| |
294 | 304 |
| |
295 | 305 |
| |
296 | 306 |
| |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
297 | 311 |
| |
298 | 312 |
| |
299 |
| - | |
| 313 | + | |
300 | 314 |
| |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
301 | 319 |
| |
302 | 320 |
| |
303 | 321 |
| |
| |||
312 | 330 |
| |
313 | 331 |
| |
314 | 332 |
| |
315 |
| - | |
| 333 | + | |
| 334 | + | |
316 | 335 |
| |
317 | 336 |
| |
318 | 337 |
| |
|
0 commit comments
Comments
(0)