| Summary: | Specify FILE: for KRB5CCNAME | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Petr Ostadal <postadal> | ||||||
| Component: | Kerberos support | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||||
| Status: | CLOSED FIXED | ||||||||
| Severity: | normal | CC: | smichaud | ||||||
| Priority: | P2 | ||||||||
| Version: | 3.7.1p1 | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Bug Depends on: | |||||||||
| Bug Blocks: | 793 | ||||||||
| Attachments: |
|
||||||||
|
Description
Petr Ostadal
2003-09-22 21:00:50 AEST
Created attachment 443 [details]
fix of this bug
This patch fixed the bug by inserting "FILE:" string to the begin of enviroment
variable KRB5CCNAME.
*** Bug 751 has been marked as a duplicate of this bug. *** Created attachment 545 [details]
Tidied patch
This is a slightly altered version of Petr's patch. We don't need to check the
return value of xmalloc() as it calls fatal() if NULL, and I've moved the
variable initialization to the start of the function.
Patch applied - thanks Mass change of RESOLVED bugs to CLOSED |