Reference: xorg/app/xauth Update DISPLAY parsing to work with new launchd paths in Yosemite

Colin Harrison colin.harrison at virgin.net
Wed Dec 31 08:11:18 PST 2014


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



More information about the xorg-devel mailing list