Re: [libvirt] [PATCH 0/5] virCommandRunRegex cleanups

2014-03-26 Thread Ján Tomko
On 03/26/2014 02:20 PM, Michal Privoznik wrote: > On 25.03.2014 08:17, Ján Tomko wrote: >> Simplify the code. This should have no functional change >> (except for the impossible leak fix in 3/5). Most of this >> functionality is tested in viriscsitest. >> >> Ján Tomko (5): >>Remove useless 'max

Re: [libvirt] [PATCH 0/5] virCommandRunRegex cleanups

2014-03-26 Thread Michal Privoznik
On 25.03.2014 08:17, Ján Tomko wrote: Simplify the code. This should have no functional change (except for the impossible leak fix in 3/5). Most of this functionality is tested in viriscsitest. Ján Tomko (5): Remove useless 'maxReg' variable Simplify the loop in virCommandRunRegex Free

[libvirt] [PATCH 0/5] virCommandRunRegex cleanups

2014-03-25 Thread Ján Tomko
Simplify the code. This should have no functional change (except for the impossible leak fix in 3/5). Most of this functionality is tested in viriscsitest. Ján Tomko (5): Remove useless 'maxReg' variable Simplify the loop in virCommandRunRegex Free groups in case of a partial match Use VIR