Changes between Initial Version and Version 1 of Ticket #9858, comment 28


Ignore:
Timestamp:
Nov 12, 2014, 7:10:10 PM (9 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9858, comment 28

    initial v1  
    1818Anyway that suggestion is based on the assumption that knowing which variable [ 's contents] contains the corrupting buffer, is useful in identifying the code that is guilty of copying that contents into a wild place. Maybe one does not lead to the other and that assumption is wrong though..
    1919
    20 (does kernelland have anything like the "watch-point" feature in userland debugger, to detect when a write occurs into a memory area?)
     20(does kernelland have anything like the "watch-point" feature in userland debugger, to detect when a write -- or as the case may be here, a read! -- occurs into a memory area?) (if yes we could point it to the memory area pointed by `fName`, see who reads its contents to write it elsewhere where it should not be)
    2121
     22