Skip to content

Commit

Permalink
fix format security issue #86
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Blätte authored and Andreas Blätte committed Nov 28, 2023
1 parent 9dd10c5 commit a233342
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: RcppCWB
Type: Package
Title: 'Rcpp' Bindings for the 'Corpus Workbench' ('CWB')
Version: 0.6.2
Date: 2023-06-29
Version: 0.6.2.1
Date: 2023-11-28
Author: Andreas Blaette [aut, cre],
Bernard Desgraupes [aut],
Sylvain Loiseau [aut],
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# RcppCWB 0.6.2.9001
* Fix format-security issue under r-devel #86.

# RcppCWB 0.6.2

* The configure script now covers the case of Power PCs. Files for the power pc
Expand Down
2 changes: 1 addition & 1 deletion R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -406,5 +406,5 @@ cpos_to_rbound <- function(s_attr, cpos) {

# Register entry points for exported C++ functions
methods::setLoadAction(function(ns) {
.Call('_RcppCWB_RcppExport_registerCCallable', PACKAGE = 'RcppCWB')
.Call(`_RcppCWB_RcppExport_registerCCallable`)
})

0 comments on commit a233342

Please sign in to comment.