commit | 0a2e3f9b777082473676be1645befa57659ff1c9 | [log] [tgz] |
---|---|---|
author | Evgenii Stepanov <eugeni.stepanov@fuchsia.infra.roller.gmail.com> | Tue Dec 05 00:05:03 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Dec 04 16:06:01 2023 -0800 |
tree | dd2a65e8aeb8381161d7e2ee1872a55a5b17bcae | |
parent | ae56ce59f7738945d21b37ccbf50efc67da611bf [diff] |
[roll] Roll scudo Do not initialize the allocator on free(nullptr). (#74366) free(nullptr) is guaranteed by ISO and POSIX to be a no-op, we should not pay for the overhead of maybeInit() in this case. Additionally, Bionic calls free(nullptr) before the allocator settings are finalized. Scudo should not run allocator initialization at that time. Doing so causes various bad things to happen, like mapping primary regions with the wrong PROT_MTE setting. GitOrigin-RevId: 066aaff51beb4f08903b05fb8999369aa7fbf887 Original-Revision: 84ca9c87144a216c3dce18f13ccb4a0c039a6d66 Change-Id: Ib3f2be1deb0ce901dc09c1b0e7e965b56965cc31
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
.