- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit8582cf1
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 parent0198a8d commit8582cf1
1 file changed
+22
-3
lines changedLines changed: 22 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
143 | 147 |
| |
144 | 148 |
| |
145 | 149 |
| |
| |||
152 | 156 |
| |
153 | 157 |
| |
154 | 158 |
| |
155 |
| - | |
| 159 | + | |
| 160 | + | |
156 | 161 |
| |
157 | 162 |
| |
158 | 163 |
| |
| |||
291 | 296 |
| |
292 | 297 |
| |
293 | 298 |
| |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
294 | 304 |
| |
295 | 305 |
| |
296 | 306 |
| |
297 | 307 |
| |
298 | 308 |
| |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
299 | 313 |
| |
300 | 314 |
| |
301 |
| - | |
| 315 | + | |
302 | 316 |
| |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
303 | 321 |
| |
304 | 322 |
| |
305 | 323 |
| |
| |||
314 | 332 |
| |
315 | 333 |
| |
316 | 334 |
| |
317 |
| - | |
| 335 | + | |
| 336 | + | |
318 | 337 |
| |
319 | 338 |
| |
320 | 339 |
| |
|
0 commit comments
Comments
(0)