From 1aafc17212b800dd88f6cb4deeb58a98bb9ece6e Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Tue, 23 Apr 2019 09:08:18 +0700 Subject: [PATCH] Avoid error "undefined control sequence" in LaTeX Converting the changelog to PDF using pandoc leads to: ! Undefined control sequence. l.1497 ...mple, by creating a file named ``..\test This is because \t is interpreted as a control sequence. Use `` instead of "" to work around this. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1d819ebf..daca5db04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1117,7 +1117,7 @@ Details Exploiting the vulnerability requires a Linux/Unix system which saves backups via restic and a Windows systems which restores files from the repo. In addition, the attackers need to be able to create create files with arbitrary names which are then saved to the restic repo. For - example, by creating a file named "..\test.txt" (which is a perfectly legal filename on Linux) + example, by creating a file named `..\test.txt` (which is a perfectly legal filename on Linux) and restoring a snapshot containing this file on Windows, it would be written to the parent of the target directory.