strncpy() does not place a null terminator when the max characters is reached of '9' in this case. So, any buttons with 9 or more in the source will wind up with a potentially non-null-terminated _label. |
||
|---|---|---|
| .. | ||
| Button.cpp | ||
| Button.h | ||
| Smooth_font.cpp | ||
| Smooth_font.h | ||
| Sprite.cpp | ||
| Sprite.h | ||
| Touch.cpp | ||
| Touch.h | ||