You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
opt: init test_ctx to 0.
Otherwise, setting string will try to free a random address.
This commit is contained in:
@@ -927,7 +927,7 @@ int main(void)
|
||||
|
||||
printf("\nTesting av_set_options_string()\n");
|
||||
{
|
||||
TestContext test_ctx;
|
||||
TestContext test_ctx = { 0 };
|
||||
const char *options[] = {
|
||||
"",
|
||||
":",
|
||||
|
Reference in New Issue
Block a user