]> git.saurik.com Git - redis.git/commit
Fixed a theoretical non exploitable security bug reported by @chrisrohlf. In theory...
authorantirez <antirez@gmail.com>
Thu, 27 Jan 2011 09:27:25 +0000 (10:27 +0100)
committerantirez <antirez@gmail.com>
Thu, 27 Jan 2011 09:27:25 +0000 (10:27 +0100)
commitbe86082be4c79922906a1261228a8e7df4279a86
treecbf0b224c9708ec494e6ae2b096c0600b0aba39b
parentcc9f0eee712e520ddfd1eb5540a12ef1f8ef4bec
Fixed a theoretical non exploitable security bug reported by @chrisrohlf. In theory if we undefine SDS_ABORT_ON_OOM from sds.c AND modify zmalloc.c in order to don't quit on out of memory (but this would break every other part of Redis), on out of memory there is a possible heap overflow.
src/sds.c