linux-traipu team mailing list archive
-
linux-traipu team
-
Mailing list archive
-
Message #05877
[Bug 1033276] [NEW] Memory Leakage
Public bug reported:
"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.
** Affects: drizzle
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/1033276
Title:
Memory Leakage
Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
New
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 manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/1033276/+subscriptions
Follow ups
References