j
k
j a
j l
On Wed, 2006-04-12 at 21:21 +0300, Timo Sirainen wrote:
142 typedef struct dspam_signature_list * siglist_t; .. 153 n = p_malloc (pool, sizeof(siglist_t)); You're allocating sizeof(pointer) here.
142 typedef struct dspam_signature_list * siglist_t; .. 153 n = p_malloc (pool, sizeof(siglist_t));
You're allocating sizeof(pointer) here.
Amazing that it ever worked. Fixed, I hope.
johannes
Attachments:
Back to the thread
Back to the list