appc / docker2aci

library and CLI tool to convert Docker images to ACIs (archived, see https://github.com/rkt/rkt/issues/4024)
Apache License 2.0
186 stars 60 forks source link

Bugfix/panic on invalid env entry #249

Closed cueBall123 closed 7 years ago

cueBall123 commented 7 years ago

I've added the parts length check to avoid panic. https://github.com/rkt/rkt/issues/3701

lucab commented 7 years ago

Thanks a lot for this PR, fix looks fine. Could you please just squash the two commits together?

cueBall123 commented 7 years ago

I've squashed the two commits and have done a force push.

lucab commented 7 years ago

Thanks, LGTM.