[FFmpeg-trac] #9777(avformat:open): -decryption_key does not work
FFmpeg
trac at avcodec.org
Mon Jul 4 05:33:15 EEST 2022
#9777: -decryption_key does not work
-------------------------------------+-------------------------------------
Reporter: svnpenn | Owner:
| Shuangxi,Li
Type: defect | Status: open
Priority: normal | Component: avformat
Version: unspecified | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Changes (by Shuangxi,Li):
* cc: Shuangxi,Li (added)
* owner: (none) => Shuangxi,Li
* status: new => open
* component: undetermined => avformat
Comment:
The CENC decryption function has a bug, In the funciton
cenc_scheme_decrypt,Partially_encrypted_block_size may be a negative
value. Therefore, a core dump occurs when memcpy(block,
partially_encrypted_block, partially_encrypted_block_size); is executed.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9777#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list