[roll] Roll fuchsia [lowpan][ot-stack]: Fix for receive buffer being cleared unexpectedly

In the previous version, `WriteToRxFrameBuffer()` in
`spinel_fidl_interface.cc` would clear `mReceiveFrameBuffer` before
writing to it. However, clearing the buffer at this point will
obliterate any previously saved frames, causing instability. This
change replaces the call to `Clear()` with a call to `DiscardFrame()`,
which should preserve any previously saved frames.

Original-Bug: 69458
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/483353
Original-Revision: 0b8ea0ba6c074b04912d1274d8183980e79470d9
GitOrigin-RevId: 66545b081ab17d6128f6261d67446289e6d48929
Change-Id: I7fb4afa87c4fa425b3658f9294f434aedf10226c
1 file changed
tree: 3e6691a2f6a1d7255b4db4770c23c589eea6da01
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.