System
Asunto: Bug#418360: tcc_load_dll reads past end of buffer, causes linker
segfault
Package: tcc
Version: 0.9.23-2
Severity: normal
Tags: patch
I have reflowed some of the long lines below.
$ cat dummy.c
int
main ()
{
return 0;
}
$ tcc -c dummy.c
$ ls -l dummy.o
-rw-rw-r-- 1 Kalle Kalle
Package: tcc
Version: 0.9.23-2
Severity: normal
Tags: patch
I have reflowed some of the long lines below.
$ cat dummy.c
int
main ()
{
return 0;
}
$ tcc -c dummy.c
$ ls -l dummy.o
-rw-rw-r-- 1 Kalle Kalle 484 2007-04-09 13:31 dummy.o
$ tcc dummy.o -lgnutls -lguile
Segmentation fault (core dumped
2 matches
Mail list logo