diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-04-28 13:28:55 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-05-19 10:31:28 +0000 |
commit | ca60d60feaf0afa739b49ecc5479248e37a9cb8c (patch) | |
tree | bf822ace70966458086ec90025e0dc289590eb54 /src/common/CMakeLists.txt | |
parent | Merge pull request #6510 (diff) | |
download | monero-ca60d60feaf0afa739b49ecc5479248e37a9cb8c.tar.xz |
easylogging++: sanitize log payload
Some of it might be coming from untrusted sources
Reported by itsunixiknowthis
Diffstat (limited to '')
-rw-r--r-- | src/common/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index f06737b31..35b3555a2 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -86,7 +86,8 @@ set(common_private_headers updates.h aligned.h timings.h - combinator.h) + combinator.h + utf8.h) monero_private_headers(common ${common_private_headers}) |