| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
OK millert@
|
|
|
|
| |
ok mmcc
|
|
|
|
| |
reallocarray()... so rename it.
|
| |
|
|
|
|
|
|
|
|
| |
which is referenced while parsing invalid RCS files.
Spotted by jsg.
ok deraadt
|
|
|
|
|
|
|
|
| |
temporary format string, create a temporary message.
If there is not enough memory to log the error, just log this second
error. The double error path gets never tested, so it should be
simple. Make it work like the other places.
OK doug@
|
|
|
|
| |
ok deraadt
|
| |
|
| |
|
|
|
|
| |
From Michael W Bombardieri via ray@.
|
|
|
|
|
|
|
|
|
| |
FILE pointer in RCSFILE. This fixes some ugliness in closing an
fdopen()ed FILE and its underlying file descriptor.
Notified by Joerg Sonnenberger <joerg at britannica dot bec to de>
discussed with and ok nicm
|
|
|
|
|
|
| |
a revision not specified as delta in an RCS file.
Spotted by and ok zinovik
|
|
- be very strict about things we parse
- print more information about errors if they occur
- do not fatal() directly in parser, give caller a chance to react
- fix an rcs design issue when it comes to login names
tested by many on tech@
ok xsa
|