christos c0b1f367f4 Recovery of vi files has been broken for a long while. This patch is a
stopgap measure to make vi recovery mostly functional on non-binary files.
The problem is that the db holding the recovery file can become corrupted,
in which case the data size of the line becomes huge. We use heuristics to
correct the size when we load a db in recovery mode. We could use a slightly
better heuristic (looking for ascii chars before correcting the length),
but it is not worth it. Another way would have been to trap the SEGV and
access data[len] and see if that worked, but that seemed exceedingly ugly.
2003-04-18 18:33:41 +00:00
2003-04-18 12:49:12 +00:00
2003-04-18 15:05:34 +00:00
2003-04-18 13:22:25 +00:00
2003-04-16 10:11:55 +00:00
2003-04-14 08:38:24 +00:00
2003-04-17 19:48:37 +00:00
2003-04-18 17:05:17 +00:00
2003-04-18 18:33:22 +00:00
Description
No description provided
3.1 GiB
Languages
C 85.3%
Roff 7.2%
Assembly 3.1%
Shell 1.7%
Makefile 1.2%
Other 0.9%