commit | 3cf4a70dbc7af93eaf4198cfd20683ff61206405 | [log] [tgz] |
---|---|---|
author | Dimitrios Katsaros <patcherwork@gmail.com> | Tue Feb 13 11:16:29 2018 +0100 |
committer | Sebastian Dröge <sebastian@centricular.com> | Wed Feb 14 10:19:22 2018 +0200 |
tree | a614d6b36788a1ac04bc68c80dafe23ec35c3c50 | |
parent | d71088e8da00afe434fd7dbc3988857b19742515 [diff] |
pnm: Fixed segfault in pnmenc The pnmenc was not mapping the input buffers as video buffers. Because of this, the video frame stride was not being set based on frame but based on the caps, which make the assumption that the strides are a power of 4. For input that is not a power of 4, this would lead to a SIGSEGV. https://bugzilla.gnome.org/show_bug.cgi?id=793419