[PATCH] Use split_ident_line() in parse_user()
Jason A. Donenfeld
Jason at zx2c4.com
Wed Dec 24 02:57:45 CET 2014
On Wed, Dec 17, 2014 at 5:19 AM, Lukas Fleischer <cgit at cryptocrack.de>
wrote:
> Use Git's built-in ident line splitting algorithm instead of
> reimplementing it. This does not only simplify the code but also makes
> sure that cgit is consistent with Git when it comes to author parsing.
>
Thank heavens!
> + email_len = ident.mail_end - ident.mail_begin;
> + *email = xmalloc(strlen("<") + email_len + strlen(">\0"));
> + sprintf(*email, "<%.*s>", email_len, ident.mail_begin);
> +
>
strlen(">\0") -- isn't the null superfluous? Cleanup and resubmit?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.zx2c4.com/pipermail/cgit/attachments/20141223/a2e20204/attachment.html>
More information about the CGit
mailing list