rpc.gssd doesn't process -d option correctly

Bug #76409 reported by Liam Bedford
2
Affects Status Importance Assigned to Milestone
nfs-utils (Ubuntu)
Fix Released
Undecided
Tollef Fog Heen

Bug Description

(this applies to feisty at least)

If you run rpc.gssd -d /var/run/ccache, you get an error message
about "ccachedir path name too long". This is due to a bug in the
code below:
utils/gssd/gssd.c, line 121:
- if (ccachedir[sizeof(ccachedir-1)] != '\0')
+ if (ccachedir[sizeof(ccachedir)-1] != '\0')

Revision history for this message
Tollef Fog Heen (tfheen) wrote :

Fixed in latest sync.

Changed in nfs-utils:
assignee: nobody → tfheen
status: Unconfirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.