mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-08-19 13:46:58 +00:00
Fixed nil pointer dereference in s3.go line 246 when accessing iamConfig pointer. Added proper nil-checking before dereferencing s3opt.iamConfig. - Check if s3opt.iamConfig is nil before dereferencing - Use safe variable for passing IAM config path - Prevents segmentation violation on server startup - Maintains backward compatibility