pdfium/unsafe_buffers_paths.txt
Tom Sepez ab8934ea5f Enable unsafe libc call warnings for PDFium.
-- Mark some non-compliant platform-specific code.

Change-Id: I371bbdb816a35b50bef77d4dbb991a5afe791968
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/129690
Reviewed-by: Lei Zhang <thestig@chromium.org>
Reviewed-by: Thomas Sepez <tsepez@google.com>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
2025-03-18 19:36:59 -07:00

19 lines
410 B
Plaintext

# Copyright 2024 The PDFium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# See `docs/unsafe_buffers.md`.
# Checks to enforce
.buffers,libc
# These directories are excluded because they come from outside PDFium and
# we don't have control over their contents.
-base/
-samples/
-skia/
-testing/
-third_party/
-tools/
-v8/