[Bug 1844] Invalid MP packet prefix for message queues

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Fri Sep 9 11:21:39 UTC 2011


https://www.rtems.org/bugzilla/show_bug.cgi?id=1844

Sebastian Huber <sebastian.huber at embedded-brains.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from Sebastian Huber <sebastian.huber at embedded-brains.de> 2011-09-09 06:21:39 CDT ---
I replaced the sizeof(Message_queue_MP_Packet) with

#define MESSAGE_QUEUE_MP_PACKET_SIZE \
  offsetof(Message_queue_MP_Packet, Buffer.buffer)

this should fix the problem.

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list