Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
RcppCore
/
Rcpp
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
217
Star
798
Code
Issues
8
Pull requests
5
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Add protection against integer overflows in sugar functions
- #1457
#1457
Merged
Enchufa2
merged 16 commits into
master
RcppCore/Rcpp:master
from
safe_math
RcppCore/Rcpp:safe_math
Copy head branch name to clipboard
Mar 6, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Add protection against integer overflows in sugar functions
#1457
Enchufa2
merged 16 commits into
master
RcppCore/Rcpp:master
from
safe_math
RcppCore/Rcpp:safe_math
Copy head branch name to clipboard
Commits
Commits on Feb 24, 2026
implementation of safe add/sub/mul for integers
Enchufa2
committed
38178a8
View commit details
Copy full SHA for 38178a8
Browse repository at this point
Commits on Feb 25, 2026
fix duplicated define
Enchufa2
committed
7bcb01b
View commit details
Copy full SHA for 7bcb01b
Browse repository at this point
fix couple of tests, explicitly check for overflow errors
Enchufa2
committed
f7420e4
View commit details
Copy full SHA for f7420e4
Browse repository at this point
fix functions/diff.h
Enchufa2
committed
3adff65
View commit details
Copy full SHA for 3adff65
Browse repository at this point
fix functions/cumprod.h
Enchufa2
committed
5232eea
View commit details
Copy full SHA for 5232eea
Browse repository at this point
fix functions/cumsum.h
Enchufa2
committed
3835da4
View commit details
Copy full SHA for 3835da4
Browse repository at this point
move functions further down into the detail namespace
Enchufa2
committed
98734f9
View commit details
Copy full SHA for 98734f9
Browse repository at this point
fix functions/rowSums.h
Enchufa2
committed
0e79600
View commit details
Copy full SHA for 0e79600
Browse repository at this point
Commits on Feb 26, 2026
fix functions/sum.h
Enchufa2
committed
638f329
View commit details
Copy full SHA for 638f329
Browse repository at this point
fix operators/minus.h
Enchufa2
committed
fa4f833
View commit details
Copy full SHA for fa4f833
Browse repository at this point
fix operators/plus.h
Enchufa2
committed
6e012f5
View commit details
Copy full SHA for 6e012f5
Browse repository at this point
fix operators/times.h
Enchufa2
committed
a8ce757
View commit details
Copy full SHA for a8ce757
Browse repository at this point
update ChangeLog
Enchufa2
committed
b06d8dc
View commit details
Copy full SHA for b06d8dc
Browse repository at this point
Commits on Feb 27, 2026
couple of fixes suggested by Claude
Enchufa2
committed
87dc09c
View commit details
Copy full SHA for 87dc09c
Browse repository at this point
Merge branch 'master' into safe_math
Enchufa2
authored
7ec0389
View commit details
Copy full SHA for 7ec0389
Browse repository at this point
Commits on Mar 2, 2026
fix plus/minus/times to work in vec<op>seq, seq<op>vec combinations
Enchufa2
committed
5eed157
View commit details
Copy full SHA for 5eed157
Browse repository at this point
You can’t perform that action at this time.