diff options
author | eldritch horrors <pennae@lix.systems> | 2024-03-04 05:39:12 +0100 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-03-04 05:39:12 +0100 |
commit | 1b135e6e7b45acd135653bfe8b9dd7bf7178ca6c (patch) | |
tree | 12af459dbd7249533d2021317ef145095f655e1a /scripts | |
parent | 6cb215f63b9d6fd624fe4a514489990dca46f917 (diff) |
Fix `boost::bad_format_string` exception in `builtins.addErrorContext` (#9291)
* Fix boost::bad_format_string exception in builtins.addErrorContext
The message passed to addTrace was incorrectly being used as a format
string and this this would cause an exception when the string contained
a '%', which can be hit in places where arbitrary file paths are
interpolated.
* add test
(cherry picked from commit 61d6fe059e959455e156c1d57bb91155d363e983)
Change-Id: Idd671127a9c1ccc8b94e58e727632fcc064f3cbe
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions