Ticket #1263 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Playlist crash

Reported by: courmisch Assigned to: zorglub
Priority: normal Milestone: 0.9.0 bugs
Component: Playlist Version: master
Severity: major Keywords:
Cc: Platform(s): all
Difficulty: unknown Work status: Not started

Description

Build VLC with no plugins whatsoever and run it:

==8706==
==8706== Thread 5:
==8706== Invalid free() / delete / delete[]
==8706==    at 0x401CFA5: free (vg_replace_malloc.c:233)
==8706==    by 0x805C629: playlist_LastLoop (vlc_input.h:144)
==8706==  Address 0x4CFEEC0 is 80 bytes inside a block of size 124 alloc'd
==8706==    at 0x401D38B: malloc (vg_replace_malloc.c:149)
==8706==    by 0x80634EC: input_ItemNewWithType (item.c:221)
==8706==

Change History

16/08/07 20:56:54 changed by courmisch

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

(In [21152]) Do not free which has not been malloc'd - fixes #1263