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
.
arduino
/
ArduinoCore-API
Public
Notifications
You must be signed in to change notification settings
Fork
149
Star
303
Code
Issues
102
Pull requests
40
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Strings without null-termination
- #97
#97
Merged
aentinger
merged 9 commits into
master
arduino/ArduinoCore-API:master
from
stringnonull
arduino/ArduinoCore-API:stringnonull
Copy head branch name to clipboard
Jan 25, 2021
Conversation
Commits
9
(9)
Checks
Files changed
Merged
Strings without null-termination
#97
aentinger
merged 9 commits into
master
arduino/ArduinoCore-API:master
from
stringnonull
arduino/ArduinoCore-API:stringnonull
Copy head branch name to clipboard
Commits
Commits on Jan 25, 2021
Remove strlen in calls like String::concat(s, strlen(s))
Show description for 184dd3e
matthijskooijman
committed
184dd3e
View commit details
Copy full SHA for 184dd3e
Browse repository at this point
Make string concat, copy and move work on non-terminated strings
Show description for 59dd995
matthijskooijman
committed
59dd995
View commit details
Copy full SHA for 59dd995
Browse repository at this point
Simplify String::concat(char)
Show description for 81a2d51
matthijskooijman
committed
81a2d51
View commit details
Copy full SHA for 81a2d51
Browse repository at this point
Make String::concat(const char *, unsigned int) public
Show description for 3b88aca
matthijskooijman
committed
3b88aca
View commit details
Copy full SHA for 3b88aca
Browse repository at this point
Add String(char *, unsigned) constructor
Show description for 8431488
matthijskooijman
committed
8431488
View commit details
Copy full SHA for 8431488
Browse repository at this point
Don't mess with the original in String::substring
Show description for dd236bf
matthijskooijman
committed
dd236bf
View commit details
Copy full SHA for dd236bf
Browse repository at this point
Add String::concat(const uint8_t *, unsigned int) version
Show description for eaab14d
matthijskooijman
committed
eaab14d
View commit details
Copy full SHA for eaab14d
Browse repository at this point
Add String(const uint8_t *, unsigned int) constructor
Show description for 0d83f1a
matthijskooijman
committed
0d83f1a
View commit details
Copy full SHA for 0d83f1a
Browse repository at this point
fixup! Make string concat, copy and move work on non-terminated strings
matthijskooijman
committed
d6fd84f
View commit details
Copy full SHA for d6fd84f
Browse repository at this point
You can’t perform that action at this time.