third_party.pigweed.src/pw_ring_buffer
Carlos Chinchilla 478d3f2aa0 pw_ring_buffer: Crash on corrupt buffer access
Crash when accessing a corrupt ring buffer since there is no general way
to recover and corrupt data is indicative of other major memory issues.
Remove user's expectancy of DataLoss errors and documentation in
comments and update comments where necessary.
Remove unused iterator class and status.

Change-Id: I75e64ceb17dd7013461f4034d1cfa13090017e64
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/59040
Reviewed-by: Ewout van Bekkum <ewout@google.com>
Pigweed-Auto-Submit: Carlos Chinchilla <cachinchilla@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
2021-09-09 01:08:49 +00:00
..
public/pw_ring_buffer
size_report
BUILD.bazel
BUILD.gn
docs.rst
prefixed_entry_ring_buffer_test.cc
prefixed_entry_ring_buffer.cc