aboutsummaryrefslogtreecommitdiffstats
path: root/lib-vsprintf-default-kptr_restrict-to-the-maximum-value.patch
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-07-19 14:26:19 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-07-19 14:26:19 +0200
commit946fc389715265f4d57343469ed56d6166efcbd5 (patch)
tree39dd562e0ef22833f82dc89611c768255d2321db /lib-vsprintf-default-kptr_restrict-to-the-maximum-value.patch
parent3f8f9c9c0c38211ab69730bd268168afa2dc13d2 (diff)
downloadpatches-946fc389715265f4d57343469ed56d6166efcbd5.tar.gz
refresh everything else for 4.13-rc1
Diffstat (limited to 'lib-vsprintf-default-kptr_restrict-to-the-maximum-value.patch')
-rw-r--r--lib-vsprintf-default-kptr_restrict-to-the-maximum-value.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-vsprintf-default-kptr_restrict-to-the-maximum-value.patch b/lib-vsprintf-default-kptr_restrict-to-the-maximum-value.patch
index ccf50b0e069912..807f3b0a85a3bd 100644
--- a/lib-vsprintf-default-kptr_restrict-to-the-maximum-value.patch
+++ b/lib-vsprintf-default-kptr_restrict-to-the-maximum-value.patch
@@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
--- a/lib/vsprintf.c
+++ b/lib/vsprintf.c
-@@ -395,7 +395,7 @@ struct printf_spec {
+@@ -396,7 +396,7 @@ struct printf_spec {
#define FIELD_WIDTH_MAX ((1 << 23) - 1)
#define PRECISION_MAX ((1 << 15) - 1)