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
Fix remaining compiler warnings in digest.c and appimagetool.c
- Fix sign-conversion warnings in digest.c by casting unsigned long offsets to long before arithmetic
- Cast length values to ssize_t when subtracting from bytes_left_this_chunk
- Fix format-truncation warning in appimagetool.c by reducing app_name_for_filename buffer size to leave room for suffix
- Change sprintf to snprintf for app_name_for_filename to match safer pattern
All builds now compile cleanly with -Wall -Wextra -Wconversion -Werror.
Co-authored-by: probonopd <[email protected]>
0 commit comments