kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Does Linux process exist information leakage?
@ 2012-01-11 12:53 夏业添
  2012-01-11 16:23 ` Jonathan Neuschäfer
                   ` (4 more replies)
  0 siblings, 5 replies; 22+ messages in thread
From: 夏业添 @ 2012-01-11 12:53 UTC (permalink / raw)
  To: kernelnewbies

Hi,
   My tutor asked me to test whether one process leaves information in
memory after it is dead. I tried to search some article about such thing on
the Internet but there seems to be no one discuss about it. And after that,
I tried to write some program in the User Mode to test it, using fork() to
create lots of processes and filling char 'a' into a 102400 bytes char
array in each process. Then I used malloc() to get some memory to seek char
'a' in a new one process or many new processes, but failed. All memory I
malloced was full of zero.
   As the man page of malloc said:"The memory is not initialized", I
believe that the memory which was got by malloc() could be used by other
process, and therefor information leakage exists. But how can I test it? Or
where can I get related information?
   Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20120111/37ee4195/attachment.html 

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

end of thread, other threads:[~2012-01-20  6:52 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-11 12:53 Does Linux process exist information leakage? 夏业添
2012-01-11 16:23 ` Jonathan Neuschäfer
2012-01-11 16:45 ` Dave Hylands
2012-01-11 17:52   ` Scott Lovenberg
2012-01-12  2:14     ` 夏业添
2012-01-12 17:00     ` Jonathan Neuschäfer
2012-01-16 18:19       ` Scott Lovenberg
2012-01-16 23:45         ` Jonathan Neuschäfer
2012-01-19 14:47           ` Scott Lovenberg
2012-01-16 18:45       ` Greg Freemyer
2012-01-16 20:44         ` Scott Lovenberg
2012-01-12  2:05   ` 夏业添
2012-01-11 18:44 ` Greg Freemyer
2012-01-19 20:23   ` Rik van Riel
     [not found] ` <CAOfVmNFuBCjWb7-5rJaU7ksgcU8LyAW15JiEwa2PigZL3zC0aw@mail.gmail.com>
2012-01-12  2:30   ` 夏业添
2012-01-18  1:53 ` Fredrick
     [not found]   ` <CAOfVmNFN-GLDwkfLKG11iw7-p6KerDmyoMxV1oSD5WSYJMXc0g@mail.gmail.com>
2012-01-18 11:43     ` beyond.hack
2012-01-19  1:27   ` 夏业添
2012-01-19  7:12     ` SaNtosh kuLkarni
2012-01-19  8:37       ` SaNtosh kuLkarni
2012-01-20  6:52     ` Fredrick
2012-01-19 14:48   ` Scott Lovenberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).