Ticket #13885 (reopened defect)
wxCharBuffer.extend(len) bugfix
| Reported by: | troelsk | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 2.8.13 |
| Component: | base | Version: | 2.8.x |
| Keywords: | wxCharBuffer | Cc: | |
| Blocked By: | Patch: | yes | |
| Blocking: |
Description
wxCharBuffer.extend(len) makes room for the zero terminator.
But it does not set it to 0 as it should (as the corresponding ctor does), so you end up with a non-terminated string.
This bug exists in both trunk and wx28 branch!
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

