[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#8864) ber_realloc doesn't update ber_rwptr



Full_Name: Ondrej Kuznik
Version: master/re24
OS: 
URL: https://github.com/mistotebe/openldap/tree/ITS8864
Submission from: (NULL) (82.10.24.68)


Running a ber_flush that doesn't manage to send everything and then adding data
to the BerElement that ends up with its buffer reallocated will not update
ber_rwptr, causing the following flush to fail. Patch available at the link
above.