forked from memcached/memcached
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix type-punning problems by replacing do_realloc
git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@465 b0b603af-a30f-0410-a34e-baf09ae79d0b
- Loading branch information
Showing
2 changed files
with
33 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
2007-03-05 | ||
* Paul Lindner <[email protected]>: Fix overflow | ||
bug where uninitialized access to slabclass caused | ||
size-0 mallocs during slab preallocation. | ||
2007-03-05 Paul Lindner <[email protected]> | ||
|
||
* Avoid type-punning. Do a more efficient realloc inside the | ||
conn_shrink routine. | ||
|
||
* Fix overflow bug where uninitialized access to slabclass caused | ||
size-0 mallocs during slab preallocation. | ||
|
||
2006-12-23 | ||
* fix expirations of items set with absolute expiration times in | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters