Mercurial > vim
view runtime/indent/testdir/xml.ok @ 18685:ff4174f1ed3a v8.1.2334
patch 8.1.2334: possible NULL pointer dereference in popup_locate()
Commit: https://github.com/vim/vim/commit/fd318115a5ee813cba69aa7fc7f5f42f08f10ee4
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Nov 22 19:22:08 2019 +0100
patch 8.1.2334: possible NULL pointer dereference in popup_locate()
Problem: Possible NULL pointer dereference in popup_locate(). (Coverity)
Solution: Check for NULL pointer.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 22 Nov 2019 19:30:04 +0100 |
parents | bd7461db24b3 |
children | bdda48f01a68 |
line wrap: on
line source
<!-- vim: set ft=xml ts=8 sw=0 sts=-1 et : --> <!-- START_INDENT --> <?xml version="1.0" encoding="utf-8"?> <tag0> <tag1> <!-- comment --> <tag2> <tag3/> </tag2> <!-- text comment --> <!-- text comment --> </tag1> <!-- text comment end coment --> </tag0> <!-- END_INDENT --> <!-- START_INDENT --> <?xml version="1.0" encoding="utf-8"?> <tag0> <tag1> <!-- comment --> <tag2> <tag3/> </tag2> </tag1> </tag0> <!-- END_INDENT -->