mirror of
https://pdfium.googlesource.com/pdfium
synced 2026-08-02 05:04:39 +08:00
-- 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>
19 lines
410 B
Plaintext
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/
|