pdfium/unsafe_buffers_paths.txt
Tom Sepez 1ca37e1f4f Enforce unsafe_buffers in testing/image_diff/ directory.
Remove the last non-gtest testing directory.

Change-Id: I8b60035116bb6341f15cbcc0fe4992856e5db925
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/149150
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
2026-06-04 17:23:13 -07:00

19 lines
436 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,unique_ptr
# These directories are excluded because they come from outside PDFium and
# we don't have control over their contents.
-samples/
-skia/
-testing/gmock/
-testing/gtest/
-third_party/
-tools/
-v8/