public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/clang] elf: Initialize variable to pacify clang
@ 2022-06-09 13:15 Adhemerval Zanella
  0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 13:15 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=1173e8b43aeba37e9415cf8e86b915cc620e6137

commit 1173e8b43aeba37e9415cf8e86b915cc620e6137
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 08:36:37 2022 -0300

    elf: Initialize variable to pacify clang

Diff:
---
 elf/dl-debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elf/dl-debug.c b/elf/dl-debug.c
index 538468dc0b..31dccb086b 100644
--- a/elf/dl-debug.c
+++ b/elf/dl-debug.c
@@ -54,7 +54,7 @@ _dl_debug_update (Lmid_t ns)
 struct r_debug *
 _dl_debug_initialize (ElfW(Addr) ldbase, Lmid_t ns)
 {
-  struct r_debug_extended *r, **pp = NULL;
+  struct r_debug_extended *r = NULL, **pp = NULL;
 
   if (ns == LM_ID_BASE)
     {


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [glibc/azanella/clang] elf: Initialize variable to pacify clang
@ 2022-06-09 21:18 Adhemerval Zanella
  0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 21:18 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=1173e8b43aeba37e9415cf8e86b915cc620e6137

commit 1173e8b43aeba37e9415cf8e86b915cc620e6137
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 08:36:37 2022 -0300

    elf: Initialize variable to pacify clang

Diff:
---
 elf/dl-debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elf/dl-debug.c b/elf/dl-debug.c
index 538468dc0b..31dccb086b 100644
--- a/elf/dl-debug.c
+++ b/elf/dl-debug.c
@@ -54,7 +54,7 @@ _dl_debug_update (Lmid_t ns)
 struct r_debug *
 _dl_debug_initialize (ElfW(Addr) ldbase, Lmid_t ns)
 {
-  struct r_debug_extended *r, **pp = NULL;
+  struct r_debug_extended *r = NULL, **pp = NULL;
 
   if (ns == LM_ID_BASE)
     {


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [glibc/azanella/clang] elf: Initialize variable to pacify clang
@ 2022-06-03 14:04 Adhemerval Zanella
  0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-06-03 14:04 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8fe0670b2e48e9ee32cf5d463b0ff2859f228119

commit 8fe0670b2e48e9ee32cf5d463b0ff2859f228119
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 08:36:37 2022 -0300

    elf: Initialize variable to pacify clang

Diff:
---
 elf/dl-debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elf/dl-debug.c b/elf/dl-debug.c
index 538468dc0b..31dccb086b 100644
--- a/elf/dl-debug.c
+++ b/elf/dl-debug.c
@@ -54,7 +54,7 @@ _dl_debug_update (Lmid_t ns)
 struct r_debug *
 _dl_debug_initialize (ElfW(Addr) ldbase, Lmid_t ns)
 {
-  struct r_debug_extended *r, **pp = NULL;
+  struct r_debug_extended *r = NULL, **pp = NULL;
 
   if (ns == LM_ID_BASE)
     {


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [glibc/azanella/clang] elf: Initialize variable to pacify clang
@ 2022-05-13 14:18 Adhemerval Zanella
  0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-05-13 14:18 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=0922da4cff8b6b7d2431687b6c907101cbfdddff

commit 0922da4cff8b6b7d2431687b6c907101cbfdddff
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 08:36:37 2022 -0300

    elf: Initialize variable to pacify clang

Diff:
---
 elf/dl-debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elf/dl-debug.c b/elf/dl-debug.c
index 538468dc0b..31dccb086b 100644
--- a/elf/dl-debug.c
+++ b/elf/dl-debug.c
@@ -54,7 +54,7 @@ _dl_debug_update (Lmid_t ns)
 struct r_debug *
 _dl_debug_initialize (ElfW(Addr) ldbase, Lmid_t ns)
 {
-  struct r_debug_extended *r, **pp = NULL;
+  struct r_debug_extended *r = NULL, **pp = NULL;
 
   if (ns == LM_ID_BASE)
     {


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [glibc/azanella/clang] elf: Initialize variable to pacify clang
@ 2022-05-12 19:32 Adhemerval Zanella
  0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-05-12 19:32 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ba1107609e1716b73d91314656a545c9c1833aa9

commit ba1107609e1716b73d91314656a545c9c1833aa9
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 08:36:37 2022 -0300

    elf: Initialize variable to pacify clang

Diff:
---
 elf/dl-debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elf/dl-debug.c b/elf/dl-debug.c
index 538468dc0b..31dccb086b 100644
--- a/elf/dl-debug.c
+++ b/elf/dl-debug.c
@@ -54,7 +54,7 @@ _dl_debug_update (Lmid_t ns)
 struct r_debug *
 _dl_debug_initialize (ElfW(Addr) ldbase, Lmid_t ns)
 {
-  struct r_debug_extended *r, **pp = NULL;
+  struct r_debug_extended *r = NULL, **pp = NULL;
 
   if (ns == LM_ID_BASE)
     {


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [glibc/azanella/clang] elf: Initialize variable to pacify clang
@ 2022-05-10 18:22 Adhemerval Zanella
  0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-05-10 18:22 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=690850728c10b1970f196310808e19bf7a1e7d00

commit 690850728c10b1970f196310808e19bf7a1e7d00
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 08:36:37 2022 -0300

    elf: Initialize variable to pacify clang

Diff:
---
 elf/dl-debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elf/dl-debug.c b/elf/dl-debug.c
index 538468dc0b..31dccb086b 100644
--- a/elf/dl-debug.c
+++ b/elf/dl-debug.c
@@ -54,7 +54,7 @@ _dl_debug_update (Lmid_t ns)
 struct r_debug *
 _dl_debug_initialize (ElfW(Addr) ldbase, Lmid_t ns)
 {
-  struct r_debug_extended *r, **pp = NULL;
+  struct r_debug_extended *r = NULL, **pp = NULL;
 
   if (ns == LM_ID_BASE)
     {


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [glibc/azanella/clang] elf: Initialize variable to pacify clang
@ 2022-04-29 14:02 Adhemerval Zanella
  0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-04-29 14:02 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9c2a0e8df1e7c184e2cdac82ee8eccb591713b55

commit 9c2a0e8df1e7c184e2cdac82ee8eccb591713b55
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 08:36:37 2022 -0300

    elf: Initialize variable to pacify clang

Diff:
---
 elf/dl-debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elf/dl-debug.c b/elf/dl-debug.c
index 538468dc0b..31dccb086b 100644
--- a/elf/dl-debug.c
+++ b/elf/dl-debug.c
@@ -54,7 +54,7 @@ _dl_debug_update (Lmid_t ns)
 struct r_debug *
 _dl_debug_initialize (ElfW(Addr) ldbase, Lmid_t ns)
 {
-  struct r_debug_extended *r, **pp = NULL;
+  struct r_debug_extended *r = NULL, **pp = NULL;
 
   if (ns == LM_ID_BASE)
     {


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [glibc/azanella/clang] elf: Initialize variable to pacify clang
@ 2022-04-04 12:52 Adhemerval Zanella
  0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-04-04 12:52 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=19e269a632318978f755bbc0139f28a76dbc626e

commit 19e269a632318978f755bbc0139f28a76dbc626e
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 08:36:37 2022 -0300

    elf: Initialize variable to pacify clang

Diff:
---
 elf/dl-debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elf/dl-debug.c b/elf/dl-debug.c
index 538468dc0b..31dccb086b 100644
--- a/elf/dl-debug.c
+++ b/elf/dl-debug.c
@@ -54,7 +54,7 @@ _dl_debug_update (Lmid_t ns)
 struct r_debug *
 _dl_debug_initialize (ElfW(Addr) ldbase, Lmid_t ns)
 {
-  struct r_debug_extended *r, **pp = NULL;
+  struct r_debug_extended *r = NULL, **pp = NULL;
 
   if (ns == LM_ID_BASE)
     {


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [glibc/azanella/clang] elf: Initialize variable to pacify clang
@ 2022-03-31 19:05 Adhemerval Zanella
  0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-03-31 19:05 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d587a20e54baab451cadf83412ee1f3ff8e97f5e

commit d587a20e54baab451cadf83412ee1f3ff8e97f5e
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 08:36:37 2022 -0300

    elf: Initialize variable to pacify clang

Diff:
---
 elf/dl-debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elf/dl-debug.c b/elf/dl-debug.c
index 538468dc0b..31dccb086b 100644
--- a/elf/dl-debug.c
+++ b/elf/dl-debug.c
@@ -54,7 +54,7 @@ _dl_debug_update (Lmid_t ns)
 struct r_debug *
 _dl_debug_initialize (ElfW(Addr) ldbase, Lmid_t ns)
 {
-  struct r_debug_extended *r, **pp = NULL;
+  struct r_debug_extended *r = NULL, **pp = NULL;
 
   if (ns == LM_ID_BASE)
     {


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [glibc/azanella/clang] elf: Initialize variable to pacify clang
@ 2022-03-29 20:28 Adhemerval Zanella
  0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-03-29 20:28 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=1e9db0abcfcc6e30d0bc43c3b55d9963226efa05

commit 1e9db0abcfcc6e30d0bc43c3b55d9963226efa05
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 08:36:37 2022 -0300

    elf: Initialize variable to pacify clang

Diff:
---
 elf/dl-debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elf/dl-debug.c b/elf/dl-debug.c
index 538468dc0b..31dccb086b 100644
--- a/elf/dl-debug.c
+++ b/elf/dl-debug.c
@@ -54,7 +54,7 @@ _dl_debug_update (Lmid_t ns)
 struct r_debug *
 _dl_debug_initialize (ElfW(Addr) ldbase, Lmid_t ns)
 {
-  struct r_debug_extended *r, **pp = NULL;
+  struct r_debug_extended *r = NULL, **pp = NULL;
 
   if (ns == LM_ID_BASE)
     {


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [glibc/azanella/clang] elf: Initialize variable to pacify clang
@ 2022-03-16 18:01 Adhemerval Zanella
  0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-03-16 18:01 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=cb99011fae178280e07b78baec368a215ba54c8c

commit cb99011fae178280e07b78baec368a215ba54c8c
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 08:36:37 2022 -0300

    elf: Initialize variable to pacify clang

Diff:
---
 elf/dl-debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elf/dl-debug.c b/elf/dl-debug.c
index 538468dc0b..31dccb086b 100644
--- a/elf/dl-debug.c
+++ b/elf/dl-debug.c
@@ -54,7 +54,7 @@ _dl_debug_update (Lmid_t ns)
 struct r_debug *
 _dl_debug_initialize (ElfW(Addr) ldbase, Lmid_t ns)
 {
-  struct r_debug_extended *r, **pp = NULL;
+  struct r_debug_extended *r = NULL, **pp = NULL;
 
   if (ns == LM_ID_BASE)
     {


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [glibc/azanella/clang] elf: Initialize variable to pacify clang
@ 2022-03-15 18:39 Adhemerval Zanella
  0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-03-15 18:39 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=cb99011fae178280e07b78baec368a215ba54c8c

commit cb99011fae178280e07b78baec368a215ba54c8c
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 08:36:37 2022 -0300

    elf: Initialize variable to pacify clang

Diff:
---
 elf/dl-debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elf/dl-debug.c b/elf/dl-debug.c
index 538468dc0b..31dccb086b 100644
--- a/elf/dl-debug.c
+++ b/elf/dl-debug.c
@@ -54,7 +54,7 @@ _dl_debug_update (Lmid_t ns)
 struct r_debug *
 _dl_debug_initialize (ElfW(Addr) ldbase, Lmid_t ns)
 {
-  struct r_debug_extended *r, **pp = NULL;
+  struct r_debug_extended *r = NULL, **pp = NULL;
 
   if (ns == LM_ID_BASE)
     {


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [glibc/azanella/clang] elf: Initialize variable to pacify clang
@ 2022-03-11 17:23 Adhemerval Zanella
  0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-03-11 17:23 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=334552da5bade1bf51c9b56d38ab79a95cefbc0a

commit 334552da5bade1bf51c9b56d38ab79a95cefbc0a
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 08:36:37 2022 -0300

    elf: Initialize variable to pacify clang

Diff:
---
 elf/dl-debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elf/dl-debug.c b/elf/dl-debug.c
index 538468dc0b..31dccb086b 100644
--- a/elf/dl-debug.c
+++ b/elf/dl-debug.c
@@ -54,7 +54,7 @@ _dl_debug_update (Lmid_t ns)
 struct r_debug *
 _dl_debug_initialize (ElfW(Addr) ldbase, Lmid_t ns)
 {
-  struct r_debug_extended *r, **pp = NULL;
+  struct r_debug_extended *r = NULL, **pp = NULL;
 
   if (ns == LM_ID_BASE)
     {


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [glibc/azanella/clang] elf: Initialize variable to pacify clang
@ 2022-03-10 19:22 Adhemerval Zanella
  0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-03-10 19:22 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b5c4c65777d2563f90a6dd4c6e9a087dae6e065e

commit b5c4c65777d2563f90a6dd4c6e9a087dae6e065e
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 08:36:37 2022 -0300

    elf: Initialize variable to pacify clang

Diff:
---
 elf/dl-debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elf/dl-debug.c b/elf/dl-debug.c
index 538468dc0b..31dccb086b 100644
--- a/elf/dl-debug.c
+++ b/elf/dl-debug.c
@@ -54,7 +54,7 @@ _dl_debug_update (Lmid_t ns)
 struct r_debug *
 _dl_debug_initialize (ElfW(Addr) ldbase, Lmid_t ns)
 {
-  struct r_debug_extended *r, **pp = NULL;
+  struct r_debug_extended *r = NULL, **pp = NULL;
 
   if (ns == LM_ID_BASE)
     {


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-06-09 21:18 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-09 13:15 [glibc/azanella/clang] elf: Initialize variable to pacify clang Adhemerval Zanella
  -- strict thread matches above, loose matches on Subject: below --
2022-06-09 21:18 Adhemerval Zanella
2022-06-03 14:04 Adhemerval Zanella
2022-05-13 14:18 Adhemerval Zanella
2022-05-12 19:32 Adhemerval Zanella
2022-05-10 18:22 Adhemerval Zanella
2022-04-29 14:02 Adhemerval Zanella
2022-04-04 12:52 Adhemerval Zanella
2022-03-31 19:05 Adhemerval Zanella
2022-03-29 20:28 Adhemerval Zanella
2022-03-16 18:01 Adhemerval Zanella
2022-03-15 18:39 Adhemerval Zanella
2022-03-11 17:23 Adhemerval Zanella
2022-03-10 19:22 Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).