Update submodule of docker-ce 95/163395/2 accepted/tizen/unified/20171211.160406 submit/tizen/20171211.052506
authorwansu.yoo <wansu.yoo@samsung.com>
Mon, 11 Dec 2017 04:44:44 +0000 (13:44 +0900)
committerwansu.yoo <wansu.yoo@samsung.com>
Mon, 11 Dec 2017 05:11:27 +0000 (14:11 +0900)
commit779e5c7d18ccb19c42c04a878751e6d22420abde
treeb3f0fc02c1b919efb50f8a9ebeb5f61fc7886860
parent4b59574334fa2bd27191aa592f46845b4b184a5d
Update submodule of docker-ce

docker-ce is from 9f615b9d89297995d573dfdf70d07ab4233723bf

Chagned verb from %v to %#v when fmt.SPrintf for set IPAddress
When container being created, there is a routine of set IPAddress.
It used fmt.SPrintf with %v verb.
But it caused unhandled page fault of FHUB Kantm kernel if the value is nil.
The value that is being used of fmt.SPrintf is a pointer type,
and the %v verb should be distinguished the nil value.
The fmt '%v' verb does not print nil value for pointer type.

Signed-off-by: wansu.yoo <wansu.yoo@samsung.com>
Change-Id: Ic96492d15fb26749a2ad708b21c27cf42a63ba90
ext/docker-ce
packaging/containerd.tar.bz2
packaging/docker-ce.tar.bz2
packaging/runc.tar.bz2