diff options
author | Daniel Jacobowitz <[email protected]> | 2005-06-15 22:26:34 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2005-06-16 09:02:59 -0700 |
commit | 5db92850d3ab72b830a0fe6e30eaec8462801408 (patch) | |
tree | 1f1b40c7b1873cf24cf98859907912ff514eb056 /net/lapb/lapb_timer.c | |
parent | a2ef79e1840ebbd0b5907e53c755efd5662112a1 (diff) |
[PATCH] Fix large core dumps with a 32-bit off_t
The ELF core dump code has one use of off_t when writing out segments.
Some of the segments may be passed the 2GB limit of an off_t, even on a
32-bit system, so it's important to use loff_t instead. This fixes a
corrupted core dump in the bigcore test in GDB's testsuite.
Signed-off-by: Daniel Jacobowitz <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions