All of lore.kernel.org
 help / color / mirror / Atom feed
* [BUG] multipath-tools: multipathd/main.c: cannot jump from this goto statement to its label
@ 2016-06-29 13:36 Xose Vazquez Perez
  2016-06-29 14:06 ` multipath-tools: clang warnings(30) Xose Vazquez Perez
  2016-07-06 19:54 ` [BUG] multipath-tools: multipathd/main.c: cannot jump from this goto statement to its label Xose Vazquez Perez
  0 siblings, 2 replies; 4+ messages in thread
From: Xose Vazquez Perez @ 2016-06-29 13:36 UTC (permalink / raw)
  To: device-mapper development

spotted by clang-3.8.0:

make[1]: Entering directory '/home/xose/tmp/arrays/multipath-tools.x1/multipathd'
clang -O2 -g -pipe -Wformat-security -Wall -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DRUN_DIR=\"run\" -I../libmultipath
-I../libmpathpersist -I../libmpathcmd -DUSE_SYSTEMD=229 -c -o main.o main.c
main.c:586:3: error: cannot jump from this goto statement to its label
  goto out_unlock;
  ^
main.c:631:38: note: jump bypasses initialization of variable with __attribute__((cleanup))
 do { struct __pthread_cleanup_frame __clframe __attribute__ ((__cleanup__ (__pthread_cleanup_routine))) = { .__cancel_routine = (cleanup_lock), .__cancel_arg = (&vecs->lock), .__do_it = 1 };;
                                     ^
1 error generated.

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

* multipath-tools: clang warnings(30)
  2016-06-29 13:36 [BUG] multipath-tools: multipathd/main.c: cannot jump from this goto statement to its label Xose Vazquez Perez
@ 2016-06-29 14:06 ` Xose Vazquez Perez
  2016-07-06 19:54 ` [BUG] multipath-tools: multipathd/main.c: cannot jump from this goto statement to its label Xose Vazquez Perez
  1 sibling, 0 replies; 4+ messages in thread
From: Xose Vazquez Perez @ 2016-06-29 14:06 UTC (permalink / raw)
  To: device-mapper development

spotted by clang-3.8.0:

28 warnings: array index X is past the end of the array (which contains Y element) [-Warray-bounds]
 1  warning: address of array 'mpp->wwid' will always evaluate to 'true' [-Wpointer-bool-conversion]
 1  warning: expression which evaluates to zero treated as a null pointer constant of type 'char *' [-Wnon-literal-null-conversion

clang output(81k): https://drive.google.com/file/d/0B_B6YmEmO7cDeEF1bXRVRHhFbDQ

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

* Re: [BUG] multipath-tools: multipathd/main.c: cannot jump from this goto statement to its label
  2016-06-29 13:36 [BUG] multipath-tools: multipathd/main.c: cannot jump from this goto statement to its label Xose Vazquez Perez
  2016-06-29 14:06 ` multipath-tools: clang warnings(30) Xose Vazquez Perez
@ 2016-07-06 19:54 ` Xose Vazquez Perez
  2016-07-07  5:43   ` Hannes Reinecke
  1 sibling, 1 reply; 4+ messages in thread
From: Xose Vazquez Perez @ 2016-07-06 19:54 UTC (permalink / raw)
  To: device-mapper development, Hannes Reinecke

On 06/29/2016 03:36 PM, Xose Vazquez Perez wrote:

> spotted by clang-3.8.0:
> 
> make[1]: Entering directory '/home/xose/tmp/arrays/multipath-tools.x1/multipathd'
> clang -O2 -g -pipe -Wformat-security -Wall -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DRUN_DIR=\"run\" -I../libmultipath
> -I../libmpathpersist -I../libmpathcmd -DUSE_SYSTEMD=229 -c -o main.o main.c
> main.c:586:3: error: cannot jump from this goto statement to its label
>   goto out_unlock;
>   ^
> main.c:631:38: note: jump bypasses initialization of variable with __attribute__((cleanup))
>  do { struct __pthread_cleanup_frame __clframe __attribute__ ((__cleanup__ (__pthread_cleanup_routine))) = { .__cancel_routine = (cleanup_lock), .__cancel_arg = (&vecs->lock), .__do_it = 1 };;
>                                      ^
> 1 error generated.
> 

Hannes, could you please check this error?
The code was added in 97846ae8.

Thank you.

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

* Re: [BUG] multipath-tools: multipathd/main.c: cannot jump from this goto statement to its label
  2016-07-06 19:54 ` [BUG] multipath-tools: multipathd/main.c: cannot jump from this goto statement to its label Xose Vazquez Perez
@ 2016-07-07  5:43   ` Hannes Reinecke
  0 siblings, 0 replies; 4+ messages in thread
From: Hannes Reinecke @ 2016-07-07  5:43 UTC (permalink / raw)
  To: Xose Vazquez Perez, device-mapper development

On 07/06/2016 09:54 PM, Xose Vazquez Perez wrote:
> On 06/29/2016 03:36 PM, Xose Vazquez Perez wrote:
> 
>> spotted by clang-3.8.0:
>>
>> make[1]: Entering directory '/home/xose/tmp/arrays/multipath-tools.x1/multipathd'
>> clang -O2 -g -pipe -Wformat-security -Wall -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DRUN_DIR=\"run\" -I../libmultipath
>> -I../libmpathpersist -I../libmpathcmd -DUSE_SYSTEMD=229 -c -o main.o main.c
>> main.c:586:3: error: cannot jump from this goto statement to its label
>>   goto out_unlock;
>>   ^
>> main.c:631:38: note: jump bypasses initialization of variable with __attribute__((cleanup))
>>  do { struct __pthread_cleanup_frame __clframe __attribute__ ((__cleanup__ (__pthread_cleanup_routine))) = { .__cancel_routine = (cleanup_lock), .__cancel_arg = (&vecs->lock), .__do_it = 1 };;
>>                                      ^
>> 1 error generated.
>>
> 
> Hannes, could you please check this error?
> The code was added in 97846ae8.
> 
The mentioned commit was reverted with my pending patchset for using
user-space RCU for config accesses.
As (I think) it's about to be merged we just have to wait for Christophe
to pick up the patchset.

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		   Teamlead Storage & Networking
hare@suse.de			               +49 911 74053 688
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: F. Imendörffer, J. Smithard, J. Guild, D. Upmanyu, G. Norton
HRB 21284 (AG Nürnberg)

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

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

end of thread, other threads:[~2016-07-07  5:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-29 13:36 [BUG] multipath-tools: multipathd/main.c: cannot jump from this goto statement to its label Xose Vazquez Perez
2016-06-29 14:06 ` multipath-tools: clang warnings(30) Xose Vazquez Perez
2016-07-06 19:54 ` [BUG] multipath-tools: multipathd/main.c: cannot jump from this goto statement to its label Xose Vazquez Perez
2016-07-07  5:43   ` Hannes Reinecke

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.