#44024 closed defect (bug) (invalid)
Unreachable destination file pointer closing in getid3.lib.php
Reported by: | itowhid06 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | |
Component: | External Libraries | Keywords: | has-patch |
Focuses: | Cc: |
Description
If for any reason, a file is opened for writing and the file pointer fails to seek to the offset, then the fclose($fp_dest) is unreachable. The destination file handle would remain open until the script execution is finished, which could lead to a corrupted file or other probable security issues.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
I think its appropriate to update the library itself.