archiecobbs / s3backer

FUSE/NBD single file backing store via Amazon S3
Other
535 stars 77 forks source link

Fix uninitialized variable warnings #205

Closed virusdave closed 1 year ago

archiecobbs commented 1 year ago

Thanks! Technically calloc() returns an error code in errno so we should use that, though in reality I think ENOMEM is the only one it could ever possibly return.

Fixed in 6a07e58.