commit | 4a5c67d5e710160d8ea6eac9216be2ce670653b0 | [log] [tgz] |
---|---|---|
author | Wez <wez@fuchsia.infra.roller.google.com> | Wed Apr 24 16:52:26 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Apr 24 09:54:13 2024 -0700 |
tree | f466b00abc19cc2f814befafdfeea953af187fd0 | |
parent | a133162040d1b00819f3670ddd54dd7d8d868898 [diff] |
[roll] Roll fuchsia [starnix] Add tests for various `brk()` edge-cases Verify that pre-existing mappings prevent `brk()` being grown. Verify that mappings over the program break do not prevent it being reduced. Verify that the program break address is the first byte after the program break, not part of it, such that if the address is aligned then the page containing it is not accessible. Verify that shrinking to an aligned break, and re-growing, correctly allocates fresh program break pages. Verify that mappings over the existing break region do not prevent the break from being extended, and are not overwritten. Original-Bug: 334365844, 333435783, 333450691 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1034794 Original-Revision: d21a1734f1bffcc2bf83e79c59a54aed32a27623 GitOrigin-RevId: 758e283eedfdf87c504fb72bf0edaff2b0e33905 Change-Id: I91e5eb9ea9eac4403d8a8b7d3603e0c79f3ffeae
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
.