pivotal-cf / azure-blobstore-resource

A concourse resource to interact with the azure blob service.
MIT License
16 stars 15 forks source link

Occaisionally panics due to upstream bug #23

Closed svrc closed 5 years ago

svrc commented 5 years ago

This will SIGSEV on download under some circumstances, I suspect due to this issue: https://github.com/Azure/azure-storage-blob-go/issues/134

This I believe is fixed in 0.7.0 of the upstream. Going to try to build a custom fork of this with the new dependency to validate.

christianang commented 5 years ago

Thanks for letting me know. Let me know if you validate this, otherwise I'll look into this and bump the dependency whenever I get a chance.

christianang commented 5 years ago

Bumped azure-storage-blob-go to 0.7.0. Closing.