L'octidi 8 thermidor, an CCXXIII, Ganesh Ajjanagadde a écrit :
> +            abort();

Sorry to not have noticed it before:

abort() is not in the list of async-signal-safe functions, see:
http://pubs.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_04.html

But the specification for abort() tells us: "The SIGABRT signal shall be
sent to the calling process as if by means of raise() with the argument
SIGABRT.", and raise() is in the list.

The authors must have been sleepy and forgotten abort(), it is probably ok.

(But it should not be necessary anyway.)

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to