| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
changes from 2.8.8dev.16:
* fix most issues found by clang 3.2 analyze
* fix most issues found by Coverity scan
tested on i386, sparc64, and macppc by myself.
tested on vax by miod@ (including https)
helpful discussion with avsm@, sthen@
ok deraadt@
|
| |
|
|
|
|
|
|
|
|
|
| |
- restore local lynx.cfg settings [avsm]
- fix makefile races [espie]
- read/write result checking fixes to avoid unsigned comparisons vs -1 [krw]
- initialize all the InputFieldData members correctly [fgsch]
- fix socklen_t test to include <sys/types.h> [miod]
- fgets(3) returns NULL on error, not 0. No functional change [cloder]
ok krw@, tests by Simon Kuhnle and Martin Pieuchot
|
| |
|
|
|
|
|
| |
tests from miod@ sthen@ jmc@ jsing@
two additional fixes from miod:
- fix uninitialized stack variable use, leading to occasional crash.
- modify the socklen_t test to include <sys/types.h>, fixes gcc2 build failures
|
| |
|
|
| |
tested todd@,naddy@. millert@ deraadt@ ok
|
| | |
|
| |
|