[RTEMS Project] #3684: rtems_print_buffer is broken

RTEMS trac trac at rtems.org
Tue Jan 29 03:37:14 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       |   Keywords:
Blocked By:               |   Blocking:
--------------------------+--------------------
 Consider this call:
 {{{
 #include <rtems/dumpbuf.h>
 rtems_print_buffer ((const unsigned char *) "\x12\x23\x56\x78", 4);
 }}}
 On `psim` you get:
 {{{
 1f 2f 5f 7f                                     |.#Vx            |
 }}}

--
Ticket URL: <http://devel.rtems.org/ticket/3684>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list