commit | 68ef8f60358ff88311655c87781f71db7dc68bb1 | [log] [tgz] |
---|---|---|
author | Brian Burkhalter <bpb@openjdk.org> | Thu Feb 12 12:56:48 2015 -0800 |
committer | Brian Burkhalter <bpb@openjdk.org> | Thu Feb 12 12:56:48 2015 -0800 |
tree | e0f1f5a24fc43282b76c342e212d938b72395996 | |
parent | 55f8f159ca01b6cb0eb288fd0f94528f15addae9 [diff] |
8068373: (prefs) FileSystemPreferences writes \0 to XML storage, causing loss of all preferences Disallow entries whose key or value contains the null control character '\u0000' from being stored in the preferences node. Reviewed-by: psandoz, rriggs