[RTEMS Project] #4317: grlib, gr1553bc: list creation did not set table_size field

RTEMS trac trac at rtems.org
Sun Mar 7 14:55:42 UTC 2021


#4317: grlib,gr1553bc: list creation did not set table_size field
-------------------------------+------------------------------
  Reporter:  Daniel Hellstrom  |      Owner:  Daniel Hellstrom
      Type:  defect            |     Status:  assigned
  Priority:  normal            |  Milestone:  6.1
 Component:  bsps              |    Version:  5
  Severity:  normal            |   Keywords:
Blocked By:                    |   Blocking:
-------------------------------+------------------------------
 By not setting the table_size field, either required the user to do that
 or that the memory returned by malloc() had a reasonable non-zero value,
 otherwise the interrupt handler could miss some of the buffer decriptor
 processing expected by the API. By setting the table_size according to the
 driver calculated list size the user will not have to do that themselves
 and simplifies the usage of the API and potential bugs.

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


More information about the bugs mailing list