On Mon, Nov 02, 2015 at 02:36:13PM +0100, Christian Brauner wrote:
> (1) This commit fixes some long standing miscalculation when updating paths in
>     lxc.hooks.* entries. We now also update conf->unexpandend_alloced which
>     hasn't been done prior to this commit. According to my testing valgrind 
> now
>     no longer reports "x bytes definitely lost" when using lxc-clone.
> 
> (2) Also we use the stricter check:
> 
>       if (p >= lend)
>               continue;
> 
>     This should deal better with invalid config files.
> 
> (3) Insert some spaces between operators to increase readability.

If the changes to clone_udpate_unexp_ovl_paths() are accepted. I think we should
update this patch accordingly.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to