pdfium/unsafe_buffers_paths.txt
Tom Sepez 2fbebb9ef6 Enable new unsafe-buffers diagnostic for PDFium.
Check for std::unique_ptr<T[]>::operator[]. The code should already be
clean as we removed this idiom some time ago.

Change-Id: Ib74b39517cfe04e8bb96fc73ba19ed8d9fd816e2
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137710
Auto-Submit: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
2025-11-06 10:07:47 -08:00

18 lines
414 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/
-third_party/
-tools/
-v8/