[RTEMS Project] #3684: rtems_print_buffer is broken
RTEMS trac
trac at rtems.org
Tue Jan 29 03:39:55 UTC 2019
#3684: rtems_print_buffer is broken
-------------------------+---------------------
Reporter: Chris Johns | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone: 5.1
Component: lib | Version: 5
Severity: normal | Resolution:
Keywords: | Blocked By:
Blocking: |
-------------------------+---------------------
Comment (by Chris Johns):
The line in `Dump_Line`:
{{{
rtems_putc(hexlist[0xf]);
}}}
should be:
{{{
rtems_putc(hexlist[c & 0xf]);
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/3684#comment:1>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list