-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix read past parameter boundary in difflPDF_mod
- Loading branch information
tnagler
committed
Dec 16, 2024
1 parent
5f101f7
commit 129c376
Showing
2 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
Fixes .Rd and STRICT_R_HEADERS issues. | ||
|
||
# Test environments | ||
* ubuntu 22.04 (devel) | ||
* Windows Server 2019 (release) | ||
* CRAN win builder (devel) | ||
* CRAN mac builder (devel) | ||
* macOS Catalina 10.15 (devel, release) | ||
* macOS 14.6 (devel, release) | ||
|
||
## Check status summary | ||
WARNING NOTE OK | ||
Source packages 0 0 1 | ||
Reverse depends 1 4 10 | ||
|
||
* Warning unrelated to this package. | ||
NOTE OK | ||
Source packages 0 1 | ||
Reverse depends 5 11 | ||
|
||
* Notes unrelated to this package. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters