Ticket #42 (closed defect: fixed)
server k5 code needs 64-bit cleanup
| Reported by: | asedeno@… | Owned by: | kcr@… |
|---|---|---|---|
| Priority: | major | Milestone: | 3.0 release |
| Component: | zephyr | Version: | 3.0~beta.2362 |
| Keywords: | 64-bit | Cc: | |
| Platform: | Linux (RHEL) |
Description
Some libkrb5 calls pass '0' rather than 'NULL' for pointer args. This is mostly harmless, but krb5_build_principal is varargs, and things break there.
Attachments
Change History
comment:1 Changed 4 years ago by kcr@…
- Owner set to kcr@…
- Platform set to Linux (RHEL)
- Status changed from new to accepted
- Milestone set to 3.0 release
comment:2 Changed 4 years ago by kcr@…
- Status changed from accepted to closed
- Resolution set to fixed
[2379] should fix.
Note: See
TracTickets for help on using
tickets.

