Skip to content

Commit

Permalink
Fix for buffer overflow in sendFrameHalfResolution, causing all sorts…
Browse files Browse the repository at this point in the history
… of nasty things to happen.
  • Loading branch information
marcel303 committed Oct 31, 2018
1 parent 40b75d7 commit 39ff9e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CompositeVideo/CompositeOutput.h
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 39ff9e2

Please sign in to comment.