home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Bug_Fixes / Net.v7bugs / 0003 < prev    next >
Encoding:
Text File  |  1981-05-28  |  468 b   |  19 lines

  1. Aucbvax.110
  2. NET.v7bugs
  3. utzoo!duke!vax135!ucbvax!mark
  4. Sun May 18 22:56:30 1980
  5. exece
  6. >From bill Mon Dec 31 14:37:09 1979
  7. To: v7bugs
  8. Subject: bug in exece()
  9. Cc:  tbl jfr mhtsa!ted
  10.  
  11. there is a nasty bug in exece() (which appeared in 50 changes)
  12. after the
  13.     bp = bread(swapdev, (daddr_t)(dbtofsb(swplo+bno)+(nc>>BSHIFT)));
  14. put
  15.     bp->b_flags &= ~B_DELWRI;
  16. else the buffer may stay in the cache with DELWRI set and clobber a
  17. random block in the swap area at some later time.
  18.  
  19.