| author | Marc Fournier <marc.fournier@camptocamp.com> | |
| Fri, 14 Nov 2014 21:04:16 +0000 (22:04 +0100) | ||
| committer | Marc Fournier <marc.fournier@camptocamp.com> | |
| Fri, 14 Nov 2014 21:04:16 +0000 (22:04 +0100) | ||
| commit | 28f4914d1727c7a5a0dbace945c3b1fadbb0bc91 | |
| tree | 3b7283cc12a08923575325cfb1858cc7a008432f | tree | snapshot |
| parent | 7a02bef3ed2adcdd6c7f8cf07eaad2aaa84bee2c | commit | diff |
write_redis: avoid passing a float/double to redisCommand()
... as it seems to not be well supported by hiredis 0.10.1 on Debian
7.0, leading to a segfault. Storing the string representation in a
variable instead is the compromise I found to make the plugin work on
this system.
... as it seems to not be well supported by hiredis 0.10.1 on Debian
7.0, leading to a segfault. Storing the string representation in a
variable instead is the compromise I found to make the plugin work on
this system.
| src/write_redis.c | diff | blob | history |