Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
1cc0e3cf
...
1cc0e3cf63fbef92cca5c8e62f43ac1f316d9f01
authored
2002-08-28 11:52:09 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(sieve_interp_alloc): Fill allocalted memory with zeroes.
1 parent
9ad5b855
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
sieve/interp.c
sieve/interp.c
View file @
1cc0e3c
...
...
@@ -54,6 +54,7 @@ int sieve_interp_alloc(sieve_interp_t **interp, void *interp_context)
if
(
i
==
NULL
)
{
return
SIEVE_NOMEM
;
}
memset
(
i
,
0
,
sizeof
(
sieve_interp_t
));
i
->
redirect
=
i
->
discard
=
i
->
reject
=
i
->
fileinto
=
i
->
keep
=
NULL
;
i
->
getsize
=
NULL
;
...
...
Please
register
or
sign in
to post a comment