Displaying 1 result from an estimated 1 matches for "6ae6a9f".
Did you mean:
6a6a99f
2014 Nov 21
4
Bug#767295: [PATCH for-4.5 v2] libxc: don't leak buffer containing the uncompressed PV kernel
.../libxc/xc_dom_core.c | 61 +++++++++++++++++++++++++++--------
>> tools/libxc/xc_dom_decompress_lz4.c | 5 +++
>> 4 files changed, 80 insertions(+), 16 deletions(-)
>>
>> diff --git a/tools/libxc/include/xc_dom.h b/tools/libxc/include/xc_dom.h
>> index 6ae6a9f..07d7224 100644
>> --- a/tools/libxc/include/xc_dom.h
>> +++ b/tools/libxc/include/xc_dom.h
>> @@ -33,8 +33,13 @@ struct xc_dom_seg {
>>
>> struct xc_dom_mem {
>> struct xc_dom_mem *next;
>> - void *mmap_ptr;
>> - size_t mmap_len;
>...