[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-GNUnet] gnunet-insert-mp3 SEGVs
From: |
Peter F Bradshaw |
Subject: |
[bug-GNUnet] gnunet-insert-mp3 SEGVs |
Date: |
Wed, 24 Apr 2002 18:33:30 +0800 (WST) |
Hi;
gnu-insert-mp3 SEGVs. The problem seems to be in textui/insertmp3.c
at lines 112 and 113 which read:
info.file = fopen(info.filename,"r");
if (0 != get_mp3_info(&info)) {
If the fopen fails (because, for instance info.filename does no exist)
then get_mp3_info() is called will a NULL info.file. This inevitably
results in a SEGV.
Cheers
--
Peter F Bradshaw, address@hidden, ICQ 75431157 (exadios).
http://www.exadios.com
PGP public key at http://www.exadios.com/public_key.html
"Needs more salt" - Archimedes
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug-GNUnet] gnunet-insert-mp3 SEGVs,
Peter F Bradshaw <=