repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Documentation and testing tips for CONTRIBUTE
[emacs.git]
/
admin
/
coccinelle
/
xzalloc.cocci
blob
5d3ba9902661383beb74fa8683242bdf00e16fa4
1
@@
2
expression x;
3
expression E;
4
@@
5
x =
6
- xmalloc
7
+ xzalloc
8
(E)
9
...
10
- memset (x, 0, E);