[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
set_field_buffer on 5.3
From: |
Mike Aubury |
Subject: |
set_field_buffer on 5.3 |
Date: |
Wed, 1 Feb 2006 21:47:07 +0000 |
User-agent: |
KMail/1.8.1 |
I'm getting an error with valgrind in my app (which happens to be seg
faulting ) :
==3977== Invalid write of size 1
==3977== at 0x4041B714: memccpy (in /lib/i686/libc-2.3.2.so)
==3977== by 0x41730832: set_field_buffer (in /usr/lib/libform.so.5.3)
.
.
.
==3977== Address 0x413E57A5 is 0 bytes after a block of size 41 alloc'd
==3977== at 0x4015F3AF: malloc (in /usr/lib/valgrind/valgrind.so)
==3977== by 0x4172C602: (within /usr/lib/libform.so.5.3)
==3977== by 0x4173091B: set_field_buffer (in /usr/lib/libform.so.5.3)
.
.
.
(The field its displaying to is a dynamic field if that matters)
Is there/were there any bugs in there that might be causing this - or am I
breaking it earlier with some memory errors ?
--
Mike Aubury
- set_field_buffer on 5.3,
Mike Aubury <=