home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / software / 4162 < prev    next >
Encoding:
Internet Message Format  |  1992-11-06  |  1.7 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sdd.hp.com!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uwm.edu!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!jb7m+
  2. From: jb7m+@andrew.cmu.edu (Jon C. R. Bennett)
  3. Newsgroups: comp.software-eng
  4. Subject: Re: Code Coverage tools for the kernel
  5. Message-ID: <weyJd=200WAjIVN756@andrew.cmu.edu>
  6. Date: 5 Nov 92 07:30:51 GMT
  7. Article-I.D.: andrew.weyJd=200WAjIVN756
  8. References: <1992Oct30.165835.21814@m.cs.uiuc.edu> <1992Nov02.202736.18702@Veritas.COM> <Bx5BtH.EHr@cs.uiuc.edu>
  9.     <1992Nov04.201837.14950@Veritas.COM>
  10. Distribution: usa
  11. Organization: Robotics Institute, Carnegie Mellon, Pittsburgh, PA
  12. Lines: 19
  13. In-Reply-To: <1992Nov04.201837.14950@Veritas.COM>
  14.  
  15. joshua@Veritas.COM (Joshua Levy) writes:
  16. > >So, by "decent C coverage tool", I was assuming one that used an
  17. > >in-core table written out at the end of program execution.  Since the
  18. > >I/O is done in one place, it should be easy to tailor.  For example,
  19. > >when using GCT on the kernel, you just reach in through /dev/kmem and
  20. > >read the table.
  21. > This is fine from a coverage point of view, but it is a major security 
  22. > problem.  If the person running the tests (which hopefully includes 
  23. > lots of development and QA engineers, not to mention some pseudo-real
  24. > users) can read /dev/kmem, then those people can steal passwords, 
  25. > including the root password.
  26.  
  27. in the context described, the person is testing the KERNAL, if you could
  28. compile the kernal, and install the kernal, and run the kernal, then it
  29. dont realy mater that you might be able to get the root password, beacuse
  30. you already have the root password.
  31.  
  32. jon
  33.