Menu

#298 Create consist info entry error

2.0.3.0
closed
None
2020-08-21
2019-11-18
No

tau_tti.c:: ttiCreateCstInfoEntry(…)
The check for end of data is wrong
Change:
if (pEnd >= pData)
to:
if (pEnd < pData)
Serveral places.

cltrCstCnt = 0 is not supported.

Discussion

  • Bernd Löhr

    Bernd Löhr - 2020-07-09
    • status: open --> accepted
    • assigned_to: Bernd Löhr
     
  • Bernd Löhr

    Bernd Löhr - 2020-07-10
    • status: accepted --> pending
    • Milestone: 2.1.0.0 --> 2.0.3.0
     
  • Bernd Löhr

    Bernd Löhr - 2020-07-10

    Also fixed issue with empty function list (fctCnt = 0)...

     
  • Bernd Löhr

    Bernd Löhr - 2020-08-21
    • Status: pending --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB