Skip to content
  • aarzilli's avatar
    proc: fix reading of empty strings in core files · cd5203e3
    aarzilli authored and Derek Parker's avatar Derek Parker committed
    Every time we read an empty string we accidentally issue a read for 0
    bytes at address 0, this is fine for real memory but the core file
    reader doesn't like it.
    
    Fixes an issue reported on the mailing list.
    cd5203e3