]> jfr.im git - solanum.git/commit - src/cache.c
cache: use rb_strdup() instead of a static buffer for cache lines.
authorWilliam Pitcock <redacted>
Tue, 15 Jan 2013 22:24:33 +0000 (16:24 -0600)
committerWilliam Pitcock <redacted>
Tue, 15 Jan 2013 22:24:33 +0000 (16:24 -0600)
commit3dae60ef47fcc74d3d9d5e7c866671f4fec1284d
tree54ae4ec920010cff349b4dc094b0a342529956ce
parentb6e02c25b5a3528b7be37c23156161f342adb1d8
cache: use rb_strdup() instead of a static buffer for cache lines.

BUFSIZE limitation is retained as there is no need to remove it, as all lines must be smaller than it
due to RFC1459 message requirements.
include/cache.h
src/cache.c