Menu

#76 TRDP PD: Wrong initialisation of frame pointer

1.3.0.0
closed
1396 (1)
2015-04-10
2015-03-11
No

Wrong initilization
Initilization does not work inside the current function.

Correction of missing initialization of pNewFrame after closing TRDP.

Discussion

  • Kazumasa Aiba

    Kazumasa Aiba - 2015-03-11

    Modified
    file : trdp_pdcom.c
    function : trdp_pdReceive()

    301 lines of below is added to the eye
    PD_PACKET_T *pNewFrame = NULL

    324 lines of below is added to the eye
    static PD_PACKET_T *pNewFrame = NULL

     

    Last edit: Kazumasa Aiba 2015-03-11
  • Kazumasa Aiba

    Kazumasa Aiba - 2015-03-11

    Modified
    file : trdp_pdcom.c
    function : trdp_pdReceive()

    301 lines of below is added to the eye
    PD_PACKET_T *pNewFrame = NULL

    324 lines of below is added to the eye
    static PD_PACKET_T *pNewFrame = NULL

     
  • Armin-Hagen Weiss

    • status: open --> accepted
    • assigned_to: Bernd Löhr
    • Milestone: 1.2.0.0 --> 1.3.0.0
     
  • Bernd Löhr

    Bernd Löhr - 2015-03-27

    pNewFrame must move into session queue, can be deallocated on session close

     
  • Bernd Löhr

    Bernd Löhr - 2015-03-27
    • status: accepted --> pending
     
  • Armin-Hagen Weiss

    • labels: --> 1396
    • status: pending --> closed
    • assigned_to: Bernd Löhr --> Armin-Hagen Weiss
     
  • Armin-Hagen Weiss

    buffer to receibe PD moved from trdp_pdReceive() to TRDP_SESSION_T

     

Log in to post a comment.

MongoDB Logo MongoDB