]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
AOSP: Ignore quotes in safe_print().
authorJeff Sharkey <jsharkey@android.com>
Fri, 1 Jun 2018 16:49:40 +0000 (10:49 -0600)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 18 Aug 2018 19:59:58 +0000 (15:59 -0400)
commitc2587743008219e01913490ea9d0f524ae10eef9
treed1555d62089920acac8b1dc0309a391918ec684b
parent0c625fed12b1bbbe85a1c08846a2a24b8746a745
AOSP: Ignore quotes in safe_print().

If the value being printed has embedded quotes ("), then printing
those quotes could confuse other tools when parsing the value.

This is the simplest CL to fix the security issue, and we can circle
back to think about more robust escaping in a future CL.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Bug: 80436257
Test: manual
Change-Id: Ica17f2c5701573bceafe34f20110d230a3925483
From AOSP commit: efe90c297a8df591c051fdbfacb92b5283390bba
misc/blkid.c