-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Micropython uses stpcpy(3) and strcat(3) #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
dpgeorge
added a commit
that referenced
this issue
Jan 2, 2014
This fixes Issue #29, and means the core is no longer dependent on string functions, except strlen.
tannewt
added a commit
to tannewt/circuitpython
that referenced
this issue
Nov 3, 2016
tannewt
added a commit
to tannewt/circuitpython
that referenced
this issue
Dec 12, 2016
This prevents corrupting previous functional objects by stealing their pins out from under them. It prevents this by ensuring that pins are in default state before claiming them. It also verifies pins are released correctly and reset on soft reset. Fixes #4, instantiating a second class will fail. Fixes micropython#29, pins are now reset too.
tannewt
pushed a commit
to tannewt/circuitpython
that referenced
this issue
Sep 29, 2020
Update from adafruit/main
WeActStudio
pushed a commit
to WeActStudio/micropython
that referenced
this issue
Feb 14, 2021
v2.3.0 documentation update
TinyCircuits
added a commit
to TinyCircuits/micropython
that referenced
this issue
Jan 30, 2025
Allow passing None as the start value for Tween.start, to denote the current value of the tweened attribute.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stpcpy(3) and strcat(3) are considered unsafe.
The text was updated successfully, but these errors were encountered: