All of lore.kernel.org
 help / color / mirror / Atom feed
From: linjia@ruijie.com.cn (林嘉(程二 福州))
To: cocci@systeme.lip6.fr
Subject: [Cocci] 答复:  how to match this case?
Date: Tue, 21 Jan 2014 03:46:58 +0000	[thread overview]
Message-ID: <041CF35939B5534D851F16C30DD0B8CF727F89FB@fzex.ruijie.com.cn> (raw)
In-Reply-To: <alpine.DEB.2.02.1401210433490.2092@localhost6.localdomain6>

Like this?  @disable comm_assoc@

After I added, the warning dissapper, but nothing matched output,  it seems skip the statement I intended....?

init_defs_builtins: /usr/share/coccinelle/standard.h
HANDLING: single2.c

-----????-----
???: Julia Lawall [mailto:julia.lawall at lip6.fr] 
????: 2014?1?21? 11:35
???: ??(?? ??)
??: cocci at systeme.lip6.fr
??: Re: [Cocci] how to match this case?



On Tue, 21 Jan 2014, ??(?? ??) wrote:

> Following is a code with bug
> 
> -----------------------------------
> void set_timeout_value(int iParam)
> {
> 	 int i;
> 	 byte b[100];
> 	 i = Geti();
> 	 if (i > 100 || i < 0){
> 	 	  return ;
> 	 	}	 	
> 	 b[i] = iParam;	/*  range of I is 0-100?so may overrun array* /
> 
> }
> -----------------------------------
> Now I write a patch to find it, like this
> 
> @@
> identifier fn, vp;
> identifier I;
> type T;
> expression C;
> @@
> -fn(...,int vp,...)
> -{
> -T I[C];
> -<+...
> -if(vp > C || ...){
> -...
> -}
> -...+>
> -}
> 
> 
> But it doesn?t work, give me a log:
> rule starting on line 1: position variables or mixed modifs interfere 
> with comm_assoc isobool (bool (int vp > int C) || ...)

I will look into it, but you could try putting disable comm_assoc in between the initial @@, if you just want to see if your rule is working a little bit.

julia


> 
> can anyone tell why, thanks
> _______________________________________________
> Cocci mailing list
> Cocci at systeme.lip6.fr
> https://systeme.lip6.fr/mailman/listinfo/cocci
> 

  reply	other threads:[~2014-01-21  3:46 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-02  8:27 [Cocci] hi all, how to match the args in function 林嘉(程二 福州)
     [not found] ` <alpine.DEB.2.02.1401020939060.2182@localhost6.localdomain6>
     [not found]   ` <041CF35939B5534D851F16C30DD0B8CF727F485B@fzex.ruijie.com.cn>
2014-01-02  9:16     ` [Cocci] 答复: " Julia Lawall
     [not found]       ` <041CF35939B5534D851F16C30DD0B8CF727F488A@fzex.ruijie.com.cn>
2014-01-02  9:33         ` [Cocci] 答复: " Julia Lawall
2014-01-02 10:04           ` [Cocci] 答复: " 林嘉(程二 福州)
2014-01-02 10:18             ` Julia Lawall
2014-01-02 12:57               ` [Cocci] 答复: " 林嘉(程二 福州)
2014-01-02 13:20                 ` Julia Lawall
2014-01-03  0:41                   ` [Cocci] 答复: " 林嘉(程二 福州)
2014-01-03  6:09                     ` Julia Lawall
2014-01-21  3:24                       ` [Cocci] how to match this case? 林嘉(程二 福州)
2014-01-21  3:34                         ` Julia Lawall
2014-01-21  3:46                           ` 林嘉(程二 福州) [this message]
2014-01-21  5:52                           ` [Cocci] 答复: " 林嘉(程二 福州)
2014-01-21  6:32                             ` Julia Lawall
2014-01-21  6:43                               ` [Cocci] 答复: " 林嘉(程二 福州)
2014-01-21  7:04                                 ` [Cocci] 答复: " 林嘉(程二 福州)
2014-01-21  7:48                                   ` Julia Lawall
2014-01-21  9:11                                     ` [Cocci] infinitly loop in spatch? 林嘉(程二 福州)
2014-01-21  9:22                                       ` Julia Lawall
2014-01-26  7:10                                         ` [Cocci] how to write such matching case? 林嘉(程二 福州)
2014-01-26 11:19                                           ` Julia Lawall
2014-01-27  0:40                                             ` [Cocci] 答复: " 林嘉(程二 福州)
2014-01-27 12:34                                               ` Julia Lawall
2014-01-27  1:34                                             ` 林嘉(程二 福州)
2014-01-27 12:33                                               ` Julia Lawall
2014-01-27 13:55                                                 ` [Cocci] 答复: " 林嘉(程二 福州)
2014-01-27 14:11                                                   ` Peter Senna Tschudin
2014-01-27 16:07                                                     ` Julia Lawall
2014-01-28  2:22                                                     ` [Cocci] 答复: " 林嘉(程二 福州)
2014-01-28  7:24                                                       ` Julia Lawall
2014-02-12  2:34                                                         ` [Cocci] 答复: " 林嘉(程二 福州)
2014-02-12  6:22                                                           ` Julia Lawall
2014-02-14  7:57                                                             ` [Cocci] Fatal error: exception Failure("no python") 林嘉(程二 福州)
2014-02-14  8:56                                                               ` Julia Lawall
2014-02-14 12:39                                                                 ` [Cocci] 答复: " 林嘉(程二 福州)
2014-02-14  9:51                                                               ` [Cocci] " Nicolas Palix
2014-02-14 12:43                                                                 ` [Cocci] 答复: " 林嘉(程二 福州)
2014-02-14 12:58                                                                   ` Julia Lawall
2014-02-15  2:30                                                                     ` [Cocci] 答复: " 林嘉(程二 福州)
2014-02-15  6:18                                                                       ` Julia Lawall
2014-02-17  1:27                                                                         ` [Cocci] 答复: " 林嘉(程二 福州)
2014-02-17  9:38                                                                           ` Julia Lawall
2014-02-17 12:49                                                                           ` Arie Middelkoop
2014-02-17 12:51                                                                             ` Julia Lawall
2014-02-17  5:45                                                                         ` [Cocci] what is the function of 'position' in SMPL 林嘉(程二 福州)
2014-02-17 13:34                                                                           ` Peter Senna Tschudin
2014-02-18  7:26                                                                             ` [Cocci] 答复: " 林嘉(程二 福州)
2014-02-18  7:33                                                                               ` Julia Lawall
2014-02-18  7:34                                                                               ` Julia Lawall
2014-02-18  7:56                                                                                 ` [Cocci] 答复: " 林嘉(程二 福州)
2014-02-18  9:00                                                                                   ` Julia Lawall
2014-01-21  7:48                                 ` [Cocci] 答复: 答复: how to match this case? Julia Lawall
2014-01-21 16:42                         ` [Cocci] " Julia Lawall

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=041CF35939B5534D851F16C30DD0B8CF727F89FB@fzex.ruijie.com.cn \
    --to=linjia@ruijie.com.cn \
    --cc=cocci@systeme.lip6.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.