From mboxrd@z Thu Jan 1 00:00:00 1970 From: list at eworm.de (Christian Hesse) Date: Thu, 27 Nov 2014 21:35:50 +0100 Subject: [PATCH 1/1] git: update to v2.2.0 In-Reply-To: <20141127090551.GA1278@serenity.lan> References: <1417048256-480-1-git-send-email-list@eworm.de> <20141127090551.GA1278@serenity.lan> Message-ID: <20141127213550.77eb0a0d@leda.localdomain> John Keeping on Thu, 2014/11/27 09:05: > On Thu, Nov 27, 2014 at 01:30:56AM +0100, Christian Hesse wrote: > > Update to git version v2.2.0, including API changes. > > --- > [...] > > diff --git a/ui-repolist.c b/ui-repolist.c > > index c2bcce1..0e57c53 100644 > > --- a/ui-repolist.c > > +++ b/ui-repolist.c > > @@ -17,16 +17,18 @@ static time_t read_agefile(char *path) > > time_t result; > > size_t size; > > char *buf; > > - static char buf2[64]; > > + struct strbuf date_buf = STRBUF_INIT; > > > > if (readfile(path, &buf, &size)) > > return -1; > > > > - if (parse_date(buf, buf2, sizeof(buf2)) > 0) > > - result = strtoul(buf2, NULL, 10); > > + strbuf_reset(&date_buf); > > Why is this necessary? date_buf hasn't been used since it was > initialized. Good point. Probably it is not necessary. ;) I will reply with an updated patch. > > + if (parse_date(buf, &date_buf) == 0) > > + result = strtoul(date_buf.buf, NULL, 10); > > else > > result = 0; > > free(buf); > > + strbuf_release(&date_buf); > > return result; > > } > > -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 473 bytes Desc: OpenPGP digital signature URL: