Mark libc calls UNSAFE_TODO in non-base/
Change-Id: I8647303a28cd27a6ca44bd8e5d25c9cab094ab98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6354281 Owners-Override: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1433917}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
26845ffc10
commit
2f63d594a5
cc/paint
chromecast/base
components
cronet
embedder_support
sync_device_info
vector_icons
content/browser/service_worker
media/filters
ppapi/cpp
remoting/host/linux
rlz/lib
sandbox
services/tracing/public/cpp/perfetto
skia/ext
third_party/blink/renderer
core
css
modules
file_system_access
indexeddb
mediarecorder
storage
webaudio
audio_buffer_source_handler.ccaudio_scheduled_source_handler.ccaudio_worklet_processor.ccscript_processor_handler.cc
webcodecs
websockets
platform
ui/gtk
@ -2,6 +2,11 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifdef UNSAFE_BUFFERS_BUILD
|
||||
// TODO(crbug.com/390223051): Remove C-library calls to fix the errors.
|
||||
#pragma allow_unsafe_libc_calls
|
||||
#endif
|
||||
|
||||
#include "services/tracing/public/cpp/perfetto/fuchsia_perfetto_producer_connector.h"
|
||||
|
||||
#include <fcntl.h>
|
||||
|
Reference in New Issue
Block a user