]> git.saurik.com Git - redis.git/blobdiff - src/pqsort.c
Fix integer overflow in zunionInterGenericCommand().
[redis.git] / src / pqsort.c
index 257756376c4aca95941737ab6f4e4e89b92eca09..9c57aacd0741303a0b4475b18d9da24ff442d5ca 100644 (file)
@@ -1,7 +1,7 @@
 /* The following is the NetBSD libc qsort implementation modified in order to
  * support partial sorting of ranges for Redis.
  *
- * Copyright(C) 2009-2010 Salvatore Sanfilippo. All rights reserved.
+ * Copyright(C) 2009-2012 Salvatore Sanfilippo. All rights reserved.
  *
  * The original copyright notice follows. */