[PATCH v2] xauth: improve to handle FamilyWild necessary for GDM/XDMCP/SSH. #43425

bd at bc-bd.org bd at bc-bd.org
Wed Aug 29 02:41:16 PDT 2012


> Whatever mail client you used totally corrupted the patch.   I was able to
> seemingly repair it by stripping ^M and then undoing line wraps, but git still
> hit a bunch of whitespace errors that had to be corrected.

Sorry about that, switching to mutt and a different address. Let's see if I got
the headers right, wrt not breaking the thread.

> Please don't add spaces to the end of lines, it makes git unhappy and
> introduces hard to spot diff mismatches in future patches.

Fixed.

> You can drop the "if (host)" and "if (rest)" [...]

Done.

> Also, this seems to be the only case in which you free those instead of
> letting them leak - why aren't you freeing them in the rest of the function?

Right, the comment in parse_displayname() threw me off:

    char *host = NULL;                  /* must free if set and error return */
    char *rest = NULL;                  /* must free if set and error return */

> Please be consistent in indent levels - don't use 4 space indents for if and
> else, then add 8 for the return clauses inside.

I really have no idea what you mean by that.

	Stefan
-- 
It's a very *__UN*lucky week in which to be took dead.
		-- Churchy La Femme
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-improve-to-handle-FamilyWild-necessary-for-GDM-XDMCP.patch
Type: text/x-diff
Size: 3273 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg-devel/attachments/20120829/edd25fca/attachment.patch>


More information about the xorg-devel mailing list