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
Use size_t for offsets in Text & Graph meter routines
Don't assume a meter's caption string length will fit the type of
'int'. Use 'size_t' for the string lengths instead. Even though an
overflow on the string length is unlikely, this makes the code more
robust.
Signed-off-by: Kang-Che Sung <explorer09@gmail.com>
0 commit comments