]> git.lyx.org Git - features.git/commit
Catch exception in replaceEnvironmentPath
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 4 Jun 2018 08:51:11 +0000 (10:51 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 4 Jun 2018 09:39:41 +0000 (11:39 +0200)
commit32f37250d5cbbf3353cad47afdf81afa8d438295
tree9bb6d31c99632510720d97d4df8f866b2b95378a
parent08afacc239e5f3b6805e082f40038c4b34b9cebd
Catch exception in replaceEnvironmentPath

This exception in the regex constructor is only theoretical (our regex
are hardcoded), but this is creating coverity noise.

Additionally, revert the following commits that are not needed anymore:
6b6fa94c: Catch exceptions to please coverity
c2ed75fd: Fixup 6b6fa94c: coverity says there are more possible exceptions.

This commit is better viewed with 'git show -b'.
src/LyX.cpp
src/Server.cpp
src/support/filetools.cpp