annotate contrib/vim/ftplugin/nginx.vim @ 7400:be5cb9c67c05

Mp4: fixed possible pointer overflow on 32-bit platforms. On 32-bit platforms mp4->buffer_pos might overflow when a large enough (close to 4 gigabytes) atom is being skipped, resulting in incorrect memory addesses being read further in the code. In most cases this results in harmless errors being logged, though may also result in a segmentation fault if hitting unmapped pages. To address this, ngx_mp4_atom_next() now only increments mp4->buffer_pos up to mp4->buffer_end. This ensures that overflow cannot happen.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 21 Nov 2018 20:23:16 +0300
parents 32714e608629
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6839
32714e608629 Contrib: added 'commentstring' for vim-commentary support.
Armin Grodon <me@armingrodon.de>
parents:
diff changeset
1 setlocal commentstring=#\ %s