Opened 16 years ago

Last modified 12 years ago

#5468 closed Developer Task

Remove abort() calls in code — at Initial Version

Reported by: danielk Owned by: danielk
Priority: trivial Milestone: unknown
Component: MythTV - General Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

There are 12 abort) calls in mythtv, these errors should be handled more gracefully:

libs/libavcodec/mpegvideo.c: abort(); libs/libavcodec/shorten.c: abort(); libs/libmythdvdnav/decoder.c: abort(); libs/libmythdvdnav/decoder.c: abort(); libs/libmythdvdnav/decoder.c: abort(); libs/libmythdvdnav/nav_read.c: abort(); libs/libmythdvdnav/nav_read.c: if (!getbits_init(&state, buffer)) abort(); /* Passed NULL pointers */ libs/libmythdvdnav/nav_read.c: if (!getbits_init(&state, buffer)) abort(); /* Passed NULL pointers */ libs/libmythdvdnav/vm.c: abort(); libs/libmythdvdnav/vm.c: abort(); libs/libmythdvdnav/vm.c: abort(); libs/libmythdvdnav/vm.c: abort();

Change History (0)

Note: See TracTickets for help on using tickets.