Skip to content

Conversation

@vtjnash
Copy link
Member

@vtjnash vtjnash commented Oct 2, 2025

maxsize is usually typemax, so need to be careful to not do comparisons after adding to it. Substracting from it should normally be perfectly fine. At worst we should compute a negative amount of space remaining.

maxsize is usually typemax, so need to be careful to not do comparisons after adding to it. Substracting from it should normally be perfectly fine. At worst we should compute a negative amount of space remaining.
@vtjnash vtjnash added embarrassing-bugfix Whoops! backport 1.12 Change should be backported to release-1.12 labels Oct 2, 2025
@vtjnash vtjnash merged commit 85687b5 into master Oct 3, 2025
7 checks passed
@vtjnash vtjnash deleted the jn/iob-oob-writes branch October 3, 2025 15:22
KristofferC pushed a commit that referenced this pull request Oct 4, 2025
maxsize is usually typemax, so need to be careful to not do comparisons
after adding to it. Substracting from it should normally be perfectly
fine. At worst we should compute a negative amount of space remaining.

(cherry picked from commit 85687b5)
@KristofferC KristofferC mentioned this pull request Oct 6, 2025
47 tasks
KristofferC pushed a commit that referenced this pull request Oct 12, 2025
maxsize is usually typemax, so need to be careful to not do comparisons
after adding to it. Substracting from it should normally be perfectly
fine. At worst we should compute a negative amount of space remaining.

(cherry picked from commit 85687b5)
@KristofferC KristofferC removed the backport 1.12 Change should be backported to release-1.12 label Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants