rclone/backend/hdfs
Nick Craig-Wood 743d160fdd about: fix potential overflow of about in various backends
Before this fix it was possible for an about call in various backends
to exceed an int64 and wrap.

This patch causes it to clip to the max int64 value instead.
2025-07-31 11:38:51 +01:00
..
fs.go about: fix potential overflow of about in various backends 2025-07-31 11:38:51 +01:00
hdfs.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
hdfs_test.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
hdfs_unsupported.go build: fix linting issues reported by running golangci-lint with different GOOS 2024-04-22 19:29:12 +02:00
object.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00