chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ad26e0
)
utmp: no need to zero a struct before overwriting it with memcpy
author
Michal Schmidt
<mschmidt@redhat.com>
Sun, 6 Nov 2011 22:07:54 +0000
(23:07 +0100)
committer
Michal Schmidt
<mschmidt@redhat.com>
Mon, 7 Nov 2011 00:10:34 +0000
(
01:10
+0100)
src/utmp-wtmp.c
patch
|
blob
|
history
diff --git
a/src/utmp-wtmp.c
b/src/utmp-wtmp.c
index e7b2e3cd9f1828c7a514e41efe494c09650c53ab..98c1a25e84d1ac6d5c60c132e576be1a2016e1df 100644
(file)
--- a/
src/utmp-wtmp.c
+++ b/
src/utmp-wtmp.c
@@
-242,8
+242,6
@@
int utmp_put_dead_process(const char *id, pid_t pid, int code, int status) {
if (found->ut_pid != pid)
return 0;
- zero(store);
-
memcpy(&store, &lookup, sizeof(store));
store.ut_type = DEAD_PROCESS;
store.ut_exit.e_termination = code;