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