LP#1702978: memcache Get methods use key as va_list format
authorMike Rylander <mrylander@gmail.com>
Fri, 7 Jul 2017 19:22:21 +0000 (15:22 -0400)
committerJason Stephenson <jason@sigio.com>
Fri, 10 Aug 2018 12:08:47 +0000 (08:08 -0400)
commit6414c2527f6b6857d9f163bdba6f071b09f710a3
treeb460fd27ca6033c210d3fa3626cce261cab9444f
parent71720f639e00d0e457bc8f967f8060b579bc2882
LP#1702978: memcache Get methods use key as va_list format

And, when a key (composed of, say, a username or barcode) has a % in it,
bad things happen.  We will stop acting as if these are variadic functions
now, and also update Evergreen so that it does not do that either.

TODO: Make these actually non-variadic, but that breaks ABI.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Cesar Velez <cesar.velez@equinoxinitiative.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
src/libopensrf/osrf_cache.c