Skip to content

Commit

Permalink
Merge pull request #11 from marcel303/master
Browse files Browse the repository at this point in the history
Fix for buffer overflow in sendFrameHalfResolution.
  • Loading branch information
bitluni authored Oct 31, 2018
2 parents 40b75d7 + 39ff9e2 commit 4046f1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CompositeVideo/CompositeOutput.h
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ class CompositeOutput
i = 0;
fillShort(i); fillShort(i);
sendLine(); sendLine();
i = 0;
fillShort(i); fillValues(i, levelBlank, samplesLine / 2);
sendLine();

Expand Down

0 comments on commit 4046f1a

Please sign in to comment.