Memory Leakage

Bug #1033276 reported by Muhammad Umair
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
New
Undecided
Unassigned

Bug Description

"Memory leakage" on the server side buffer pointer. Server doesn't release the buffer pointer memory after sending the packet, In ideal situation, buffer should be released/empty, which is not happening in the current server code. Therefore, the previous values on the buffer pointer are overwrite by the new values of new packet. Some values are overwritten and some are not because the packet data is not of fixed size.

For my point of view, new packet data must be store on the empty buffer rather than overwritten with the previous packet data.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.