Bugzilla – Bug 856
DropTailQueue: uninitialized variable
Last modified: 2010-04-15 18:14:00 UTC
Variable m_bytesInQueue should be initialized. Sometimes it is impossible to add packet in queue because the variable initially is not equal to zero and method Enqueue fails wen the mode is set to BYTES.
After extensive study and research, our blue-ribbon committee has voted that it is probably a good idea to initialiaize variables before use. Fixed changeset 1204777b0bcf