diff options
author | 2024-05-06 08:50:03 +0000 | |
---|---|---|
committer | 2024-05-06 08:50:03 +0000 | |
commit | c98ec6f89d4a67b7df827e62b8318a1e4cc0fe61 (patch) | |
tree | 3abd4ca06a369a556fd52e82cc1959e70bac9c7d /vendor/golang.org | |
parent | close + drain body if response body is too large (#2897) (diff) | |
download | gotosocial-c98ec6f89d4a67b7df827e62b8318a1e4cc0fe61.tar.xz |
[chore]: Bump golang.org/x/image from 0.15.0 to 0.16.0 (#2898)
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.15.0 to 0.16.0.
- [Commits](https://github.com/golang/image/compare/v0.15.0...v0.16.0)
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/golang.org')
-rw-r--r-- | vendor/golang.org/x/image/tiff/reader.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/image/tiff/reader.go b/vendor/golang.org/x/image/tiff/reader.go index f31569b6d..0ad155290 100644 --- a/vendor/golang.org/x/image/tiff/reader.go +++ b/vendor/golang.org/x/image/tiff/reader.go @@ -40,7 +40,7 @@ var errNoPixels = FormatError("not enough pixel data") const maxChunkSize = 10 << 20 // 10M -// safeReadtAt is a verbatim copy of internal/saferio.ReadDataAt from the +// safeReadAt is a verbatim copy of internal/saferio.ReadDataAt from the // standard library, which is used to read data from a reader using a length // provided by untrusted data, without allocating the entire slice ahead of time // if it is large (>maxChunkSize). This allows us to avoid allocating giant |