]> git.evergreen-ils.org Git - OpenSRF.git/commit
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:09:02 +0000 (08:09 -0400)
commit0df7943369cbd5416276de84b428cd0a27a2b1eb
treef09c34a54bfbb0b8ae9dc5f45b411b3e845f9e38
parent153e159a8218bf23413e6bbc562972cd4535df05
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