All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <202210110943.6f16f1ea-yujie.liu@intel.com>

diff --git a/a/1.txt b/N1/1.txt
index df0316e..b93b3db 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,10 +1,10 @@
 Please be noted that we have reported similar cases:
 
 [fortify] 728833277d: WARNING:at_net/netlink/af_netlink.c:#netlink_ack
-https://lore.kernel.org/all/202209071317.245c5751-oliver.sang(a)intel.com/
+https://lore.kernel.org/all/202209071317.245c5751-oliver.sang@intel.com/
 
 [fortify] 54d9469bc5: WARNING:at_fs/nfs/namespace.c:#nfs_d_automount
-https://lore.kernel.org/all/202210110948.26b43120-yujie.liu(a)intel.com
+https://lore.kernel.org/all/202210110948.26b43120-yujie.liu@intel.com
 
 Not sure if this is a new case that triggers the warning, so we send
 this report FYI. Thanks.
@@ -115,7 +115,7 @@ Code starting with the faulting instruction
 
 If you fix the issue, kindly add following tag
 | Reported-by: kernel test robot <yujie.liu@intel.com>
-| Link: https://lore.kernel.org/all/202210110943.6f16f1ea-yujie.liu(a)intel.com
+| Link: https://lore.kernel.org/all/202210110943.6f16f1ea-yujie.liu@intel.com
 
 
 To reproduce:
diff --git a/a/2.hdr b/N1/2.hdr
index 2fdf09b..0f02dae 100644
--- a/a/2.hdr
+++ b/N1/2.hdr
@@ -1,5 +1,3 @@
-Content-Type: text/plain
-MIME-Version: 1.0
-Content-Transfer-Encoding: base64
+Content-Type: text/plain; charset="us-ascii"
 Content-Disposition: attachment;
- filename="config-6.0.0-rc2-00009-g54d9469bc515"
+	filename="config-6.0.0-rc2-00009-g54d9469bc515"
diff --git a/a/3.hdr b/N1/3.hdr
index 2cf4c3f..b132360 100644
--- a/a/3.hdr
+++ b/N1/3.hdr
@@ -1,4 +1,2 @@
-Content-Type: text/plain
-MIME-Version: 1.0
-Content-Transfer-Encoding: base64
-Content-Disposition: attachment; filename="job-script.ksh"
+Content-Type: text/plain; charset="us-ascii"
+Content-Disposition: attachment; filename="job-script"
diff --git a/a/4.hdr b/N1/4.hdr
index 2c6ee39..ae9ae0a 100644
--- a/a/4.hdr
+++ b/N1/4.hdr
@@ -1,4 +1,3 @@
 Content-Type: application/x-xz
-MIME-Version: 1.0
-Content-Transfer-Encoding: base64
 Content-Disposition: attachment; filename="dmesg.xz"
+Content-Transfer-Encoding: base64
diff --git a/a/5.hdr b/N1/5.hdr
index 40b6889..1ab4abd 100644
--- a/a/5.hdr
+++ b/N1/5.hdr
@@ -1,4 +1,3 @@
-Content-Type: text/plain
-MIME-Version: 1.0
-Content-Transfer-Encoding: base64
-Content-Disposition: attachment; filename="hwsim.ksh"
+Content-Type: text/plain; charset="utf-8"
+Content-Disposition: attachment; filename="hwsim"
+Content-Transfer-Encoding: quoted-printable
diff --git a/a/5.txt b/N1/5.txt
index 76b8565..0c73168 100644
--- a/a/5.txt
+++ b/N1/5.txt
@@ -3,71 +3,71 @@
 Building TNC testing tools
 Building wlantest
 Building hs20-osu-client
-osu_client.c: In function ‘cmd_osu_select’:
-osu_client.c:2090:44: warning: ‘%s’ directive output may be truncated writing up to 985 bytes into a region of size 4 [-Wformat-truncation=]
+osu_client.c: In function ‘cmd_osu_select’:
+osu_client.c:2090:44: warning: ‘%s’ directive output may be truncated writing up to 985 bytes into a region of size 4 [-Wformat-truncation=]
  2090 |    snprintf(txt->lang, sizeof(txt->lang), "%s", buf + 14);
       |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
-osu_client.c:2090:4: note: ‘snprintf’ output between 1 and 986 bytes into a destination of size 4
+osu_client.c:2090:4: note: ‘snprintf’ output between 1 and 986 bytes into a destination of size 4
  2090 |    snprintf(txt->lang, sizeof(txt->lang), "%s", buf + 14);
       |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-osu_client.c:2103:44: warning: ‘%s’ directive output may be truncated writing up to 994 bytes into a region of size 4 [-Wformat-truncation=]
+osu_client.c:2103:44: warning: ‘%s’ directive output may be truncated writing up to 994 bytes into a region of size 4 [-Wformat-truncation=]
  2103 |    snprintf(txt->lang, sizeof(txt->lang), "%s", buf + 5);
       |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
-osu_client.c:2103:4: note: ‘snprintf’ output between 1 and 995 bytes into a destination of size 4
+osu_client.c:2103:4: note: ‘snprintf’ output between 1 and 995 bytes into a destination of size 4
  2103 |    snprintf(txt->lang, sizeof(txt->lang), "%s", buf + 5);
       |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-osu_client.c:2077:10: warning: ‘%s’ directive output may be truncated writing up to 990 bytes into a region of size 256 [-Wformat-truncation=]
+osu_client.c:2077:10: warning: ‘%s’ directive output may be truncated writing up to 990 bytes into a region of size 256 [-Wformat-truncation=]
  2077 |         "%s", buf + 9);
       |          ^~
 In file included from ../../src/utils/common.h:12,
                  from osu_client.c:16:
-../../src/utils/os.h:552:21: note: ‘snprintf’ output between 1 and 991 bytes into a destination of size 256
+../../src/utils/os.h:552:21: note: ‘snprintf’ output between 1 and 991 bytes into a destination of size 256
   552 | #define os_snprintf snprintf
-osu_client.c:2076:4: note: in expansion of macro ‘os_snprintf’
+osu_client.c:2076:4: note: in expansion of macro ‘os_snprintf’
  2076 |    os_snprintf(last->osu_nai2, sizeof(last->osu_nai2),
       |    ^~~~~~~~~~~
-osu_client.c:2071:10: warning: ‘%s’ directive output may be truncated writing up to 991 bytes into a region of size 256 [-Wformat-truncation=]
+osu_client.c:2071:10: warning: ‘%s’ directive output may be truncated writing up to 991 bytes into a region of size 256 [-Wformat-truncation=]
  2071 |         "%s", buf + 8);
       |          ^~
 In file included from ../../src/utils/common.h:12,
                  from osu_client.c:16:
-../../src/utils/os.h:552:21: note: ‘snprintf’ output between 1 and 992 bytes into a destination of size 256
+../../src/utils/os.h:552:21: note: ‘snprintf’ output between 1 and 992 bytes into a destination of size 256
   552 | #define os_snprintf snprintf
-osu_client.c:2070:4: note: in expansion of macro ‘os_snprintf’
+osu_client.c:2070:4: note: in expansion of macro ‘os_snprintf’
  2070 |    os_snprintf(last->osu_nai, sizeof(last->osu_nai),
       |    ^~~~~~~~~~~
-osu_client.c:2065:7: warning: ‘%s’ directive output may be truncated writing up to 989 bytes into a region of size 33 [-Wformat-truncation=]
+osu_client.c:2065:7: warning: ‘%s’ directive output may be truncated writing up to 989 bytes into a region of size 33 [-Wformat-truncation=]
  2064 |    snprintf(last->osu_ssid2, sizeof(last->osu_ssid2),
       |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2065 |      "%s", buf + 10);
       |      ~^~~~~~~~~~~~~~
-osu_client.c:2064:4: note: ‘snprintf’ output between 1 and 990 bytes into a destination of size 33
+osu_client.c:2064:4: note: ‘snprintf’ output between 1 and 990 bytes into a destination of size 33
  2064 |    snprintf(last->osu_ssid2, sizeof(last->osu_ssid2),
       |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2065 |      "%s", buf + 10);
       |      ~~~~~~~~~~~~~~~
-osu_client.c:2059:7: warning: ‘%s’ directive output may be truncated writing up to 990 bytes into a region of size 33 [-Wformat-truncation=]
+osu_client.c:2059:7: warning: ‘%s’ directive output may be truncated writing up to 990 bytes into a region of size 33 [-Wformat-truncation=]
  2058 |    snprintf(last->osu_ssid, sizeof(last->osu_ssid),
       |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2059 |      "%s", buf + 9);
       |      ~^~~~~~~~~~~~~
-osu_client.c:2058:4: note: ‘snprintf’ output between 1 and 991 bytes into a destination of size 33
+osu_client.c:2058:4: note: ‘snprintf’ output between 1 and 991 bytes into a destination of size 33
  2058 |    snprintf(last->osu_ssid, sizeof(last->osu_ssid),
       |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2059 |      "%s", buf + 9);
       |      ~~~~~~~~~~~~~~
-osu_client.c:2048:44: warning: ‘%s’ directive output may be truncated writing up to 995 bytes into a region of size 256 [-Wformat-truncation=]
+osu_client.c:2048:44: warning: ‘%s’ directive output may be truncated writing up to 995 bytes into a region of size 256 [-Wformat-truncation=]
  2048 |    snprintf(last->url, sizeof(last->url), "%s", buf + 4);
       |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
-osu_client.c:2048:4: note: ‘snprintf’ output between 1 and 996 bytes into a destination of size 256
+osu_client.c:2048:4: note: ‘snprintf’ output between 1 and 996 bytes into a destination of size 256
  2048 |    snprintf(last->url, sizeof(last->url), "%s", buf + 4);
       |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-osu_client.c:2040:48: warning: ‘%s’ directive output may be truncated writing up to 986 bytes into a region of size 20 [-Wformat-truncation=]
+osu_client.c:2040:48: warning: ‘%s’ directive output may be truncated writing up to 986 bytes into a region of size 20 [-Wformat-truncation=]
  2040 |    snprintf(last->bssid, sizeof(last->bssid), "%s",
       |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  2041 |      buf + 13);
       |      ~~~~~~~~~                                  
-osu_client.c:2040:4: note: ‘snprintf’ output between 1 and 987 bytes into a destination of size 20
+osu_client.c:2040:4: note: ‘snprintf’ output between 1 and 987 bytes into a destination of size 20
  2040 |    snprintf(last->bssid, sizeof(last->bssid), "%s",
       |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2041 |      buf + 13);
diff --git a/a/6.hdr b/N1/6.hdr
index 5b3cd3f..5cb52c1 100644
--- a/a/6.hdr
+++ b/N1/6.hdr
@@ -1,4 +1,2 @@
-Content-Type: text/plain
-MIME-Version: 1.0
-Content-Transfer-Encoding: base64
+Content-Type: text/plain; charset="us-ascii"
 Content-Disposition: attachment; filename="job.yaml"
diff --git a/a/7.hdr b/N1/7.hdr
index 0840996..4a0baa2 100644
--- a/a/7.hdr
+++ b/N1/7.hdr
@@ -1,4 +1,2 @@
-Content-Type: text/plain
-MIME-Version: 1.0
-Content-Transfer-Encoding: base64
-Content-Disposition: attachment; filename="reproduce.ksh"
+Content-Type: text/plain; charset="us-ascii"
+Content-Disposition: attachment; filename="reproduce"
diff --git a/a/content_digest b/N1/content_digest
index 03e8d0c..0529a79 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,16 +1,21 @@
  "From\0kernel test robot <yujie.liu@intel.com>\0"
  "Subject\0[fortify] 54d9469bc5: WARNING:at_net/wireless/wext-core.c:#wireless_send_event\0"
  "Date\0Tue, 11 Oct 2022 11:46:21 +0800\0"
- "To\0lkp@lists.01.org\0"
+ "To\0Kees Cook <keescook@chromium.org>\0"
+ "Cc\0<lkp@lists.01.org>"
+  <lkp@intel.com>
+  <linux-kernel@vger.kernel.org>
+  <linux-hardening@vger.kernel.org>
+ " Gustavo A. R. Silva <gustavoars@kernel.org>\0"
  "\01:1\0"
  "b\0"
  "Please be noted that we have reported similar cases:\n"
  "\n"
  "[fortify] 728833277d: WARNING:at_net/netlink/af_netlink.c:#netlink_ack\n"
- "https://lore.kernel.org/all/202209071317.245c5751-oliver.sang(a)intel.com/\n"
+ "https://lore.kernel.org/all/202209071317.245c5751-oliver.sang@intel.com/\n"
  "\n"
  "[fortify] 54d9469bc5: WARNING:at_fs/nfs/namespace.c:#nfs_d_automount\n"
- "https://lore.kernel.org/all/202210110948.26b43120-yujie.liu(a)intel.com\n"
+ "https://lore.kernel.org/all/202210110948.26b43120-yujie.liu@intel.com\n"
  "\n"
  "Not sure if this is a new case that triggers the warning, so we send\n"
  "this report FYI. Thanks.\n"
@@ -121,7 +126,7 @@
  "\n"
  "If you fix the issue, kindly add following tag\n"
  "| Reported-by: kernel test robot <yujie.liu@intel.com>\n"
- "| Link: https://lore.kernel.org/all/202210110943.6f16f1ea-yujie.liu(a)intel.com\n"
+ "| Link: https://lore.kernel.org/all/202210110943.6f16f1ea-yujie.liu@intel.com\n"
  "\n"
  "\n"
  "To reproduce:\n"
@@ -6722,7 +6727,7 @@
  "# end of Kernel Testing and Coverage\n"
  # end of Kernel hacking
  "\01:3\0"
- "fn\0job-script.ksh\0"
+ "fn\0job-script\0"
  "b\0"
  "#!/bin/sh\n"
  "\n"
@@ -7572,78 +7577,78 @@
  "m2\0\0\0O\365\035\317\f\265\374=\0\001\337\346\n"
  "\305\266~\222\251Rz\261\304g\373\002\0\0\0\0\004YZ"
  "\01:5\0"
- "fn\0hwsim.ksh\0"
+ "fn\0hwsim\0"
  "b\0"
  "2022-10-08 10:50:32 export USER=root\n"
  "2022-10-08 10:50:32 ./build.sh\n"
  "Building TNC testing tools\n"
  "Building wlantest\n"
  "Building hs20-osu-client\n"
- "osu_client.c: In function \303\242\302\200\302\230cmd_osu_select\303\242\302\200\302\231:\n"
- "osu_client.c:2090:44: warning: \303\242\302\200\302\230%s\303\242\302\200\302\231 directive output may be truncated writing up to 985 bytes into a region of size 4 [-Wformat-truncation=]\n"
+ "osu_client.c: In function \342\200\230cmd_osu_select\342\200\231:\n"
+ "osu_client.c:2090:44: warning: \342\200\230%s\342\200\231 directive output may be truncated writing up to 985 bytes into a region of size 4 [-Wformat-truncation=]\n"
  " 2090 |    snprintf(txt->lang, sizeof(txt->lang), \"%s\", buf + 14);\n"
  "      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~\n"
- "osu_client.c:2090:4: note: \303\242\302\200\302\230snprintf\303\242\302\200\302\231 output between 1 and 986 bytes into a destination of size 4\n"
+ "osu_client.c:2090:4: note: \342\200\230snprintf\342\200\231 output between 1 and 986 bytes into a destination of size 4\n"
  " 2090 |    snprintf(txt->lang, sizeof(txt->lang), \"%s\", buf + 14);\n"
  "      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n"
- "osu_client.c:2103:44: warning: \303\242\302\200\302\230%s\303\242\302\200\302\231 directive output may be truncated writing up to 994 bytes into a region of size 4 [-Wformat-truncation=]\n"
+ "osu_client.c:2103:44: warning: \342\200\230%s\342\200\231 directive output may be truncated writing up to 994 bytes into a region of size 4 [-Wformat-truncation=]\n"
  " 2103 |    snprintf(txt->lang, sizeof(txt->lang), \"%s\", buf + 5);\n"
  "      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~\n"
- "osu_client.c:2103:4: note: \303\242\302\200\302\230snprintf\303\242\302\200\302\231 output between 1 and 995 bytes into a destination of size 4\n"
+ "osu_client.c:2103:4: note: \342\200\230snprintf\342\200\231 output between 1 and 995 bytes into a destination of size 4\n"
  " 2103 |    snprintf(txt->lang, sizeof(txt->lang), \"%s\", buf + 5);\n"
  "      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n"
- "osu_client.c:2077:10: warning: \303\242\302\200\302\230%s\303\242\302\200\302\231 directive output may be truncated writing up to 990 bytes into a region of size 256 [-Wformat-truncation=]\n"
+ "osu_client.c:2077:10: warning: \342\200\230%s\342\200\231 directive output may be truncated writing up to 990 bytes into a region of size 256 [-Wformat-truncation=]\n"
  " 2077 |         \"%s\", buf + 9);\n"
  "      |          ^~\n"
  "In file included from ../../src/utils/common.h:12,\n"
  "                 from osu_client.c:16:\n"
- "../../src/utils/os.h:552:21: note: \303\242\302\200\302\230snprintf\303\242\302\200\302\231 output between 1 and 991 bytes into a destination of size 256\n"
+ "../../src/utils/os.h:552:21: note: \342\200\230snprintf\342\200\231 output between 1 and 991 bytes into a destination of size 256\n"
  "  552 | #define os_snprintf snprintf\n"
- "osu_client.c:2076:4: note: in expansion of macro \303\242\302\200\302\230os_snprintf\303\242\302\200\302\231\n"
+ "osu_client.c:2076:4: note: in expansion of macro \342\200\230os_snprintf\342\200\231\n"
  " 2076 |    os_snprintf(last->osu_nai2, sizeof(last->osu_nai2),\n"
  "      |    ^~~~~~~~~~~\n"
- "osu_client.c:2071:10: warning: \303\242\302\200\302\230%s\303\242\302\200\302\231 directive output may be truncated writing up to 991 bytes into a region of size 256 [-Wformat-truncation=]\n"
+ "osu_client.c:2071:10: warning: \342\200\230%s\342\200\231 directive output may be truncated writing up to 991 bytes into a region of size 256 [-Wformat-truncation=]\n"
  " 2071 |         \"%s\", buf + 8);\n"
  "      |          ^~\n"
  "In file included from ../../src/utils/common.h:12,\n"
  "                 from osu_client.c:16:\n"
- "../../src/utils/os.h:552:21: note: \303\242\302\200\302\230snprintf\303\242\302\200\302\231 output between 1 and 992 bytes into a destination of size 256\n"
+ "../../src/utils/os.h:552:21: note: \342\200\230snprintf\342\200\231 output between 1 and 992 bytes into a destination of size 256\n"
  "  552 | #define os_snprintf snprintf\n"
- "osu_client.c:2070:4: note: in expansion of macro \303\242\302\200\302\230os_snprintf\303\242\302\200\302\231\n"
+ "osu_client.c:2070:4: note: in expansion of macro \342\200\230os_snprintf\342\200\231\n"
  " 2070 |    os_snprintf(last->osu_nai, sizeof(last->osu_nai),\n"
  "      |    ^~~~~~~~~~~\n"
- "osu_client.c:2065:7: warning: \303\242\302\200\302\230%s\303\242\302\200\302\231 directive output may be truncated writing up to 989 bytes into a region of size 33 [-Wformat-truncation=]\n"
+ "osu_client.c:2065:7: warning: \342\200\230%s\342\200\231 directive output may be truncated writing up to 989 bytes into a region of size 33 [-Wformat-truncation=]\n"
  " 2064 |    snprintf(last->osu_ssid2, sizeof(last->osu_ssid2),\n"
  "      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n"
  " 2065 |      \"%s\", buf + 10);\n"
  "      |      ~^~~~~~~~~~~~~~\n"
- "osu_client.c:2064:4: note: \303\242\302\200\302\230snprintf\303\242\302\200\302\231 output between 1 and 990 bytes into a destination of size 33\n"
+ "osu_client.c:2064:4: note: \342\200\230snprintf\342\200\231 output between 1 and 990 bytes into a destination of size 33\n"
  " 2064 |    snprintf(last->osu_ssid2, sizeof(last->osu_ssid2),\n"
  "      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n"
  " 2065 |      \"%s\", buf + 10);\n"
  "      |      ~~~~~~~~~~~~~~~\n"
- "osu_client.c:2059:7: warning: \303\242\302\200\302\230%s\303\242\302\200\302\231 directive output may be truncated writing up to 990 bytes into a region of size 33 [-Wformat-truncation=]\n"
+ "osu_client.c:2059:7: warning: \342\200\230%s\342\200\231 directive output may be truncated writing up to 990 bytes into a region of size 33 [-Wformat-truncation=]\n"
  " 2058 |    snprintf(last->osu_ssid, sizeof(last->osu_ssid),\n"
  "      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n"
  " 2059 |      \"%s\", buf + 9);\n"
  "      |      ~^~~~~~~~~~~~~\n"
- "osu_client.c:2058:4: note: \303\242\302\200\302\230snprintf\303\242\302\200\302\231 output between 1 and 991 bytes into a destination of size 33\n"
+ "osu_client.c:2058:4: note: \342\200\230snprintf\342\200\231 output between 1 and 991 bytes into a destination of size 33\n"
  " 2058 |    snprintf(last->osu_ssid, sizeof(last->osu_ssid),\n"
  "      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n"
  " 2059 |      \"%s\", buf + 9);\n"
  "      |      ~~~~~~~~~~~~~~\n"
- "osu_client.c:2048:44: warning: \303\242\302\200\302\230%s\303\242\302\200\302\231 directive output may be truncated writing up to 995 bytes into a region of size 256 [-Wformat-truncation=]\n"
+ "osu_client.c:2048:44: warning: \342\200\230%s\342\200\231 directive output may be truncated writing up to 995 bytes into a region of size 256 [-Wformat-truncation=]\n"
  " 2048 |    snprintf(last->url, sizeof(last->url), \"%s\", buf + 4);\n"
  "      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~\n"
- "osu_client.c:2048:4: note: \303\242\302\200\302\230snprintf\303\242\302\200\302\231 output between 1 and 996 bytes into a destination of size 256\n"
+ "osu_client.c:2048:4: note: \342\200\230snprintf\342\200\231 output between 1 and 996 bytes into a destination of size 256\n"
  " 2048 |    snprintf(last->url, sizeof(last->url), \"%s\", buf + 4);\n"
  "      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n"
- "osu_client.c:2040:48: warning: \303\242\302\200\302\230%s\303\242\302\200\302\231 directive output may be truncated writing up to 986 bytes into a region of size 20 [-Wformat-truncation=]\n"
+ "osu_client.c:2040:48: warning: \342\200\230%s\342\200\231 directive output may be truncated writing up to 986 bytes into a region of size 20 [-Wformat-truncation=]\n"
  " 2040 |    snprintf(last->bssid, sizeof(last->bssid), \"%s\",\n"
  "      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~\n"
  " 2041 |      buf + 13);\n"
  "      |      ~~~~~~~~~                                  \n"
- "osu_client.c:2040:4: note: \303\242\302\200\302\230snprintf\303\242\302\200\302\231 output between 1 and 987 bytes into a destination of size 20\n"
+ "osu_client.c:2040:4: note: \342\200\230snprintf\342\200\231 output between 1 and 987 bytes into a destination of size 20\n"
  " 2040 |    snprintf(last->bssid, sizeof(last->bssid), \"%s\",\n"
  "      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n"
  " 2041 |      buf + 13);\n"
@@ -9436,7 +9441,7 @@
  "end_time: '1665192701'\n"
  "version: \"/lkp/lkp/.src-20221001-230556:450b29f71:37fc623e4\""
  "\01:7\0"
- "fn\0reproduce.ksh\0"
+ "fn\0reproduce\0"
  "b\0"
  "export USER=root\n"
  "./build.sh\n"
@@ -9540,4 +9545,4 @@
  "./run-tests.py wps_ext_m3_missing_e_hash2\n"
  ./stop.sh
 
-f4e5ca94722272f8fa410e0d6a89921dc5939b3c96dfcf638766bd0e83897cd8
+f0bebe3bd5664e7260fac15e882f67570c6c9c45dec5317f8f88e0ad455ad921

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.