Hi,

In the latest commit to xauth there are two added instances of:

buf[sizeof(path) - 1] = '\0';

shouldn't those be?
path[sizeof(path) - 1] = '\0';

Thanks,
Colin Harrison

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to