- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit7febdf3
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 parent92d956f commit7febdf3
1 file changed
+22
-3
lines changedLines changed: 22 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
124 | 128 |
| |
125 | 129 |
| |
126 | 130 |
| |
| |||
136 | 140 |
| |
137 | 141 |
| |
138 | 142 |
| |
139 |
| - | |
| 143 | + | |
| 144 | + | |
140 | 145 |
| |
141 | 146 |
| |
142 | 147 |
| |
| |||
275 | 280 |
| |
276 | 281 |
| |
277 | 282 |
| |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
278 | 288 |
| |
279 | 289 |
| |
280 | 290 |
| |
281 | 291 |
| |
282 | 292 |
| |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
283 | 297 |
| |
284 | 298 |
| |
285 |
| - | |
| 299 | + | |
286 | 300 |
| |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
287 | 305 |
| |
288 | 306 |
| |
289 | 307 |
| |
| |||
301 | 319 |
| |
302 | 320 |
| |
303 | 321 |
| |
304 |
| - | |
| 322 | + | |
| 323 | + | |
305 | 324 |
| |
306 | 325 |
| |
307 | 326 |
| |
|
0 commit comments
Comments
(0)