Ticket #1533 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

libvlc_media_list_remove_index causes sigsegv

Reported by: littlejohn Assigned to:
Priority: normal Milestone: 0.9.0 bugs
Component: LibVLC Version: master
Severity: normal Keywords:
Cc: pdherbemont Platform(s): all
Difficulty: unknown Work status: Not started

Description

When the given index does not exist, the method causes a segmentation fault instead of setting the exception properly.

Attachments

hs_err_pid8585.log (71.3 kB) - added by littlejohn on 03/21/08 00:44:14.

Change History

03/21/08 00:44:14 changed by littlejohn

  • attachment hs_err_pid8585.log added.

03/21/08 15:04:23 changed by littlejohn

  • status changed from new to closed.
  • resolution set to fixed.

An index out of bounds exception is set when needed.