[7929] Some fixes and optimizations for work with packet guids.

* Allocate only minimal required buffer size for object packet guid cache, avoid it realocation.
* At adding aboyher buffer content copy only until wpos (really writed to buffer data)
* In appendPackGUID check buffer size before data write.
This commit is contained in:
VladimirMangos 2009-05-31 22:16:18 +04:00
parent 0bfcc44bb8
commit fb45529eff
4 changed files with 8 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7928"
#define REVISION_NR "7929"
#endif // __REVISION_NR_H__