search for: r288283

Displaying 6 results from an estimated 6 matches for "r288283".

2016 Dec 01
3
Libfuzzer depending on uninitialized debug info
..., because it implicitly inherits the source location of the last instruction of the basic block that precedes it in memory. That means, the source location is entirely at the mercy of block layout and other optimizations. In effect, the source location for that instruction is UNINITIALIZED. In r288283, I committed a patch that explicitly initialized the line number for some instructions to line 0. The DWARF spec says that line 0 means there is no specific source location for the instruction. Debuggers and other tools generally respond to this looking *forward* in the instruction stream to find...
2016 Dec 01
2
Libfuzzer depending on uninitialized debug info
...on, because it implicitly inherits the source location of the last instruction of the basic block that precedes it in memory. That means, the source location is entirely at the mercy of block layout and other optimizations. In effect, the source location for that instruction is UNINITIALIZED. In r288283, I committed a patch that explicitly initialized the line number for some instructions to line 0. The DWARF spec says that line 0 means there is no specific source location for the instruction. Debuggers and other tools generally respond to this looking *forward* in the instruction stream to find...
2016 Dec 02
2
Libfuzzer depending on uninitialized debug info
...on, because it implicitly inherits the source location of the last instruction of the basic block that precedes it in memory. That means, the source location is entirely at the mercy of block layout and other optimizations. In effect, the source location for that instruction is UNINITIALIZED. In r288283, I committed a patch that explicitly initialized the line number for some instructions to line 0. The DWARF spec says that line 0 means there is no specific source location for the instruction. Debuggers and other tools generally respond to this looking *forward* in the instruction stream to find...
2016 Dec 02
2
Libfuzzer depending on uninitialized debug info
...on, because it implicitly inherits the source location of the last instruction of the basic block that precedes it in memory. That means, the source location is entirely at the mercy of block layout and other optimizations. In effect, the source location for that instruction is UNINITIALIZED. In r288283, I committed a patch that explicitly initialized the line number for some instructions to line 0. The DWARF spec says that line 0 means there is no specific source location for the instruction. Debuggers and other tools generally respond to this looking *forward* in the instruction stream to find...
2016 Dec 03
0
Libfuzzer depending on uninitialized debug info
...s the source > location of the last instruction of the basic block that precedes it in > memory. That means, the source location is entirely at the mercy of > block layout and other optimizations. > > In effect, the source location for that instruction is UNINITIALIZED. > > In r288283, I committed a patch that explicitly initialized the line > number for some instructions to line 0. The DWARF spec says that line 0 > means there is no specific source location for the instruction. Debuggers > and other tools generally respond to this looking *forward* in the > instruc...
2016 Dec 12
1
Libfuzzer depending on uninitialized debug info
...on, because it implicitly inherits the source location of the last instruction of the basic block that precedes it in memory. That means, the source location is entirely at the mercy of block layout and other optimizations. In effect, the source location for that instruction is UNINITIALIZED. In r288283, I committed a patch that explicitly initialized the line number for some instructions to line 0. The DWARF spec says that line 0 means there is no specific source location for the instruction. Debuggers and other tools generally respond to this looking *forward* in the instruction stream to find...