forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc13ef1a
committed
My patch to fe-connect.c introduced a new bug which is triggered only, if
Kerberos is being used (attempt to free static memory).The error was caused by a confusing doublespeak of fe_getauthname():Returns a pointer to static memory, if you authenticate via Kerberos,a pointer to dynamic memory otherwise.Submitted by: Erich Stamberger <eberger@gewi.kfunigraz.ac.at>1 parent1a675fe commitc13ef1a
1 file changed
+8
-8
lines changedLines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
500 | 500 |
| |
501 | 501 |
| |
502 | 502 |
| |
503 |
| - | |
| 503 | + | |
504 | 504 |
| |
505 | 505 |
| |
506 | 506 |
| |
507 | 507 |
| |
508 | 508 |
| |
509 | 509 |
| |
510 | 510 |
| |
| 511 | + | |
511 | 512 |
| |
512 | 513 |
| |
513 | 514 |
| |
| |||
525 | 526 |
| |
526 | 527 |
| |
527 | 528 |
| |
528 |
| - | |
529 |
| - | |
530 |
| - | |
531 |
| - | |
532 |
| - | |
| 529 | + | |
533 | 530 |
| |
534 | 531 |
| |
535 | 532 |
| |
| |||
538 | 535 |
| |
539 | 536 |
| |
540 | 537 |
| |
541 |
| - | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
542 | 542 |
| |
543 | 543 |
| |
544 | 544 |
|
0 commit comments
Comments
(0)