Menu

#3 ginifeed SIGSEGV using .asf

open
nobody
gini feeder (1)
5
2007-06-12
2007-06-12
Anonymous
No

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)

Discussion


Log in to post a comment.