forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd141e74
committed
Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the BIO_s_mem buffer
it was using too soon. In a situation where pg_do_encoding_conversion isa no-op, this led to garbage data returned.In HEAD, also modify the code that's ensuring null termination to make ita tad more obvious what's happening.1 parentc5451c2 commitd141e74
1 file changed
+12
-18
lines changedLines changed: 12 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 |
| - | |
117 |
| - | |
118 |
| - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
129 |
| - | |
130 |
| - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
137 |
| - | |
138 | 137 |
| |
139 | 138 |
| |
140 | 139 |
| |
| |||
271 | 270 |
| |
272 | 271 |
| |
273 | 272 |
| |
| 273 | + | |
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
| |||
290 | 290 |
| |
291 | 291 |
| |
292 | 292 |
| |
293 |
| - | |
294 |
| - | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
295 | 296 |
| |
296 |
| - | |
297 | 297 |
| |
298 | 298 |
| |
299 | 299 |
| |
300 | 300 |
| |
301 |
| - | |
302 |
| - | |
303 | 301 |
| |
304 |
| - | |
305 |
| - | |
306 |
| - | |
307 |
| - | |
308 |
| - | |
309 | 302 |
| |
310 | 303 |
| |
| 304 | + | |
311 | 305 |
| |
312 | 306 |
| |
313 | 307 |
| |
|
0 commit comments
Comments
(0)