You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @mikaeldnetapp ! I have tried to repro this issue and I get an error from the service. I believe this occurs because you need to create the container. Try using this Create API:
We have also noticed the SDK panics when code is containerized with the docker 'scratch' image that does not contain any TLS root certs.
go mod file:
module abs_panic
go 1.16
require (
github.com/Azure/azure-pipeline-go v0.2.3
github.com/Azure/azure-storage-blob-go v0.14.0
)
// This also happens using the master branch
replace (
github.com/Azure/azure-storage-blob-go => /Users/mikaeld/netapp/azure-storage-blob-go/
)
Which version of the SDK was used?
github.com/Azure/azure-storage-blob-go v0.14.0
Which platform are you using? (ex: Windows, Linux, Debian)
Linux
What problem was encountered?
SDK Panics
How can we reproduce the problem in the simplest way?
this results in
Have you found a mitigation/solution?
Sanitizing input would work but the SDK shouldn't panic
The text was updated successfully, but these errors were encountered: