Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#Centipede Revamp blob sequence reading and writing. #1583

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

copybara-service[bot]
Copy link
Contributor

@copybara-service copybara-service bot commented Feb 28, 2025

#Centipede Revamp blob sequence reading and writing.

More specifically:

  • Handle overflowing size on both read and write.
  • No longer exit on bad read and return an invalid blob instead - I've checked all the current call sites to make sure this would lead to the error paths after.

With these changes Centipede should behave more reliably with ill-behaved targets that corrupt the shared memory buffer used by the blob sequences.

@copybara-service copybara-service bot force-pushed the cl/732234304 branch 3 times, most recently from 04e0e2f to fc82602 Compare March 3, 2025 19:50
More specifically:

  - Handle overflowing size on both read and write.
  - No longer exit on bad read and return an invalid blob instead - I've checked all the current call sites to make sure this would lead to the error paths after.

With these changes Centipede should behave more reliably with ill-behaved targets that corrupt the shared memory buffer used by the blob sequences.

PiperOrigin-RevId: 733011103
@copybara-service copybara-service bot merged commit 169a96b into main Mar 3, 2025
1 check passed
@copybara-service copybara-service bot deleted the cl/732234304 branch March 3, 2025 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant