Re: [PATCH 0/2] fast-import input string handling bugs

2019-08-26 Thread Elijah Newren
On Sun, Aug 25, 2019 at 1:06 AM Jeff King wrote: > > On Sun, Aug 25, 2019 at 02:57:48AM -0400, Jeff King wrote: > > > And I think this is actually a real bug in the current code! We keep a > > pointer to the encoding string, which survives because of the history. > > But that history is bounded, a

Re: [PATCH 0/2] fast-import input string handling bugs

2019-08-26 Thread Junio C Hamano
Jeff King writes: > On Sun, Aug 25, 2019 at 02:57:48AM -0400, Jeff King wrote: > >> And I think this is actually a real bug in the current code! We keep a >> pointer to the encoding string, which survives because of the history. >> But that history is bounded, and we could have an indefinite numb

[PATCH 0/2] fast-import input string handling bugs

2019-08-25 Thread Jeff King
On Sun, Aug 25, 2019 at 02:57:48AM -0400, Jeff King wrote: > And I think this is actually a real bug in the current code! We keep a > pointer to the encoding string, which survives because of the history. > But that history is bounded, and we could have an indefinite number of > changed files in t