| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
The server is dumping core at do_tgs_req.c:482. The problem is that it is trying to format the second sicket, but the enc_part2 pointer is NULL. There is a check for request->second_ticket being null, but its contents are not checked. This is probably caused a badly formatted request. This is the expression that faults: request->second_ticket[st_idx]->enc_part2->session
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |