Skip to content

Commit

Permalink
Update docs/releasenotes/6.2.0.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
  • Loading branch information
aclark4life and hugovk committed Mar 15, 2024
1 parent 7b485c7 commit 69a4e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/releasenotes/6.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Buffer overruns
In ``RawDecode.c``, an error is now thrown if skip is calculated to be less than
zero. It is intended to skip padding between lines, not to go backwards.

In PsdImagePlugin, if the combined sizes of the individual parts is larger than
In ``PsdImagePlugin``, if the combined sizes of the individual parts is larger than
the declared size of the extra data field, then it looked for the next layer by
seeking backwards. This is now corrected by seeking to (the start of the layer
+ the size of the extra data field) instead of (the read parts of the layer +
Expand Down

0 comments on commit 69a4e0d

Please sign in to comment.