lxc / go-lxc

Go bindings for liblxc
https://linuxcontainers.org/lxc
Other
428 stars 77 forks source link

Container: Check container isn't nil when checking state #142

Closed tomponline closed 4 years ago

tomponline commented 4 years ago

Avoids crashes by passing nil container to liblxc if it has been freed.