Thomas Rast writes:
> Duy Nguyen writes:
>
>> Apply this patch on top of master (no need to apply full series) and run
>> t5303
>>
>> http://article.gmane.org/gmane.comp.version-control.git/222895
> [...]
>> OK since you know this code much better than me, I withdraw my patch
>> (consider it a
On Tue, Apr 30, 2013 at 7:53 PM, Thomas Rast wrote:
> Duy Nguyen writes:
>
>> Apply this patch on top of master (no need to apply full series) and run
>> t5303
>>
>> http://article.gmane.org/gmane.comp.version-control.git/222895
> [...]
>> OK since you know this code much better than me, I withd
Duy Nguyen writes:
> Apply this patch on top of master (no need to apply full series) and run t5303
>
> http://article.gmane.org/gmane.comp.version-control.git/222895
[...]
> OK since you know this code much better than me, I withdraw my patch
> (consider it a bug report) and let you work on a pr
On Tue, Apr 30, 2013 at 3:27 PM, Thomas Rast wrote:
> Nguyễn Thái Ngọc Duy writes:
>
>> In this particular code path, we add "base" to the delta base
>> cache. Then decide to free it, but we forgot about a dangling pointer
>> in the cache. Invalidate that entry when we free "base".
>>
>> Signed-o
Nguyễn Thái Ngọc Duy writes:
> In this particular code path, we add "base" to the delta base
> cache. Then decide to free it, but we forgot about a dangling pointer
> in the cache. Invalidate that entry when we free "base".
>
> Signed-off-by: Nguyễn Thái Ngọc Duy
> ---
> Some of my changes trig
In this particular code path, we add "base" to the delta base
cache. Then decide to free it, but we forgot about a dangling pointer
in the cache. Invalidate that entry when we free "base".
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Some of my changes triggered a double free fault at "free(base);" i
6 matches
Mail list logo