Skip to content

Conversation

@MichaelChirico
Copy link
Member

For #5768

@jangorecki jangorecki added this to the 1.14.10 milestone Nov 30, 2023
@jangorecki
Copy link
Member

jangorecki commented Dec 1, 2023

sudo docker run -it --rm rocker/r-devel /bin/bash
mkdir -p ~/.R
echo 'CFLAGS=-Wformat-security' > ~/.R/Makevars
echo 'CXXFLAGS=-Wformat-security' >> ~/.R/Makevars

## optional
wget https://cran.r-project.org/src/contrib/data.table_1.14.8.tar.gz
RD CMD INSTALL data.table_1.14.8.tar.gz
# warnings reproduced

## PR
rm -fr format-security.zip data.table-format-security
wget https://github.com/Rdatatable/data.table/archive/refs/heads/format-security.zip
unzip format-security.zip
RD CMD build data.table-format-security --no-build-vignettes
RD CMD INSTALL data.table_1.14.9.tar.gz

Copy link
Member

@jangorecki jangorecki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jangorecki jangorecki merged commit d0f233a into hotfix1.14.10 Dec 1, 2023
@jangorecki jangorecki deleted the format-security branch December 2, 2023 14:28
jangorecki added a commit that referenced this pull request Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants