Opened 12 years ago
Closed 12 years ago
#103 closed defect (fixed)
roarvorbis uses FILE* for input but should use VIO
Reported by: | ph3-der-loewe | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | RoarAudio major release 0.4 |
Component: | RoarAudio Main Package | Version: | 0.4beta3 |
Keywords: | roarvorbis | Cc: | eeemsi |
Architecture: | Compiler: | ||
Difficulty: | Kernel: | ||
Operating System: | Parent Tickets: | ||
Patch attached: | no | Protocol: | HTTP |
Sound driver: | Topic: | Bug Fix |
Description
roarvorbis currently uses FILE* for input. It should use VIO.
Currently fopen() and popen() is used but only fclose() not pclose() which may result in segfault or similar on some systems. This happens only in terminating phase of the progress.
popen() is used to open wget(1) for HTTP support. DSTR should be used.
Subtickets
Change History (1)
comment:1 Changed 12 years ago by ph3-der-loewe
- Resolution set to fixed
- Status changed from new to closed
- Version changed from current to 0.4beta3
Note: See
TracTickets for help on using
tickets.