mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1177] [MERGED] [FIX] wrong format string #1965
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1177
Author: @NilsIrl
Created: 1/13/2020
Status: ✅ Merged
Merged: 1/13/2020
Merged by: @cfsmp3
Base:
master← Head:fix_1176📝 Commits (1)
eef36a5Fix wrong format string📊 Changes
1 file changed (+1 additions, -6 deletions)
View changed files
📝
src/lib_ccx/ccx_encoders_webvtt.c(+1 -6)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
This fixes erronous code added by #1176.
It also fixes a "vulnerability" added by it which would allow someone with access to the input and output file to leak memory content. (such as with the sample platform).
It is almost unexploitable though due to ASLR.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.