Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

#2535 closed defect (fixed)

Shell: printf() format specifiers do not match parameter types

Reported by: Nick Withers Owned by:
Priority: low Milestone: 4.11.1
Component: shell Version: 5
Severity: minor Keywords:
Cc: Blocked By:
Blocking:

Description

e.g.:

(void)snprintf(buf, sizeof(buf), "%llu", (long long)howmany(maxblock, blocksize));

Attachments (1)

shell_printfs-ticket_2535.patch (2.9 KB) - added by Nick Withers on 01/19/16 at 04:54:05.

Download all attachments as: .zip

Change History (2)

Changed on 01/19/16 at 04:54:05 by Nick Withers

comment:1 Changed on 01/19/16 at 07:44:23 by Sebastian Huber

Resolution: fixed
Status: newclosed
Version: 4.114.12

Sorry, I already committed this part of the patch some time ago:

[7a0c4854c6abe8665b7e50a3bafebce84e7872a4/rtems]

Note: See TracTickets for help on using tickets.