]> git.lyx.org Git - features.git/commit
Avoid using buffer() which might throw an exception
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 7 Apr 2017 10:04:02 +0000 (12:04 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 7 Apr 2017 10:05:21 +0000 (12:05 +0200)
commit61cafeb4d263c279dc43a0475fc1e16a5de38dea
treee644f571b66d63378319955b62ea5b0079b23685
parentb925728591829af96552f39cabea229efb1d6fdb
Avoid using buffer() which might throw an exception

Actually buffer_ is always valid on this codepath, but coverity is not
able to see that.
src/insets/InsetBibitem.cpp
src/insets/InsetBibtex.cpp
src/insets/InsetCitation.cpp
src/insets/InsetInclude.cpp