ginifeed SIGSEGV using .asf
Status: Inactive
Brought to you by:
elmi2
I installed gini, and used ginifeed, but it crash with an .asf file.
I debuged, and found the line code of SIGSEGV.
"
fread(buffer,streamh.type_size,1,file);
"
in file asf.c.
E-mail me (goffredo@gmail.com) and I send the .asf file.
I am using FreeBSD amd64 6.2. Installed gini from ports tree.
I uncommented this line:
"
printf("type: %d bytes, stream: %d bytes ID:
%d\n",(int)streamh.type_size,(int)streamh.stream_size,(int)streamh.stream_no);
"
And received this output:
"
type: 20 bytes, stream: 2 bytes ID: 1
"
It looks like a "buffer" overflow in a buffer called "buffer". :^) Or
some problem
in "file" file pointer.
Thanks in advance
João Rocha.
(goffredo@gmail.com)