Displaying 1 result from an estimated 1 matches for "invocatons".
Did you mean:
invocations
2001 Jul 13
1
Got a problem (BUG?)
Hi
we run a util at work called 'bounds checker' and it came up with this
little beauty:
void oggpack_readinit(oggpack_buffer *b,unsigned char *buf,int bytes){
memset(b,0,sizeof(oggpack_buffer));
b->buffer=b->ptr=buf;
b->storage=bytes;
}
Stack memory overrun: Copying 20 bytes to opb; Starting offset 0,
destination size 4 bytes.
This is in RC1 code base.
Any ideas?