On 15/07/16 18:21, Ian Jackson wrote:
> Juergen Gross writes ("[PATCH 2/2] xenstore: use temporary memory context for
> firing watches"):
>> Use a temporary memory context for memory allocations when firing
>> watches. This will avoid leaking memory in case of long living
>> connections and/or xen
Juergen Gross writes ("[PATCH 2/2] xenstore: use temporary memory context for
firing watches"):
> Use a temporary memory context for memory allocations when firing
> watches. This will avoid leaking memory in case of long living
> connections and/or xenstore entries.
Can you please split out the
Use a temporary memory context for memory allocations when firing
watches. This will avoid leaking memory in case of long living
connections and/or xenstore entries.
Signed-off-by: Juergen Gross
---
tools/xenstore/xenstored_core.c| 69 ++
tools/xenstore/xe