Menu

#15 Incorrect behavior in purging a list (2)

v1.0_(example)
wont-fix
Code (21)
5
2018-05-02
2007-01-16
No

In bc-containers-lists-double.adb, in
procedure Purge(L : in out List; From : Positive; Couont : Positive),
the line "Delete(Ptr);}, which is intended to reclaim inaccessible items, is incorrectly made conditional upon Curr being not null. It should be done even if Curr is null.

Discussion

  • Simon Wright

    Simon Wright - 2007-01-21
    • assigned_to: nobody --> simonjwright
     
  • Simon Wright

    Simon Wright - 2018-05-02
    • status: open --> wont-fix
    • Group: --> v1.0_(example)
     

Log in to post a comment.

MongoDB Logo MongoDB