mirror of
https://github.com/docker/docs.git
synced 2026-04-05 10:48:55 +07:00
@noxiouz points out that we don't need to check for a nil result from C.CString(), since an out-of-memory condition causes a runtime panic instead. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com> (github: nalind)