[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.