| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | |
| | | | |
OpenSSL-0.9.8a, where they were added without a corresponding patch to
0.9.7 or an advisory! ok theo@ markus@
|
| | | |
| | | |
| | | |
| | | | |
spotted by ray some time ago
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
region succeeds, but allocation a required page dir failed. This
can happen if we're really close to ulimit after allocation the
region of the size requested. See malloc_ulimit1 regress test.
Tested by many; thanks.
|
| | | |
| | | |
| | | |
| | | | |
tested by quite a few developers. ok deraadt@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
separating out each step. Inspired during miscommunication with
tedu@.
OK deraadt@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix some type mismatches.
Replace magic numbers.
Remove superfluous strlen(3) calls.
Earlier diff OK kjell@, OK deraadt@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
root node doesn't have a parent, and POSIX does not say what should be
done in that case. Warn developers that different implementations
may do different things.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
pointer to the freed root node, but return a pointer to the new
root node. POSIX does not define, what should be returned in
that case.
Fixes Coverity CID 2528.
ok millert@ otto@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
remove redundant check on size. ok millert@ deraadt@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
is not valid code; found by lint
|
| | | |
| | | |
| | | |
| | | | |
ok jmc@ otto@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
or if malloc must be used suggest check.
Get rid of "one".
OK deraadt@ and jmc@, OK kjell@ to earlier version with "one"s.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
From Alexey Dobriyan.
OK otto@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
David Hill's diffs.
ok otto
|
| | | |
| | | |
| | | |
| | | | |
from OpenSSL CVS; ok otto@ deraadt@
|
| | | |
| | | |
| | | |
| | | |
| | | | |
originally reported by Gergely Kovacs; help from dhartmei@;
ok tedu@ millert@
|
| | | |
| | | |
| | | |
| | | | |
`looks to be safe' millert, okay tedu.
|
| | | |
| | | |
| | | |
| | | | |
fixes pr #4996, from joachim schipper;
|
| | | |
| | | |
| | | |
| | | | |
"yes, that is correct." jmc@ (a while back)
|
| | | |
| | | |
| | | |
| | | | |
to include it for us.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Remove an extraneous check for dtoa returning Inf/Nan
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Decimal point was missing for some exponential output
Only divide sign by 10 once per loop
Add a missing NUL terminator for one case
If there is no whole number portion, print a leading zero (e.g. 0.1 not .1)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
the list of necessary includes. Now the manpages match reality.
OK mpf@ millert@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
ok deraadt otto.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
and remove fallback code. If somebody is dumb enough to make the
sysctl fail using systrace, he deserves what he gets. Saves 7 syscalls
on process startup.
looks good miod@ ok deraadt@ tedu@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
From form@ via mpech@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
it has already been defined by previous includes. While this
is true at the moment, it will no longer be true after a pending
includes cleanup. OK marc@
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
okay deraadt@, otto@
Minor bump (nobody stepped forward with other changes, so let's do this one)
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
tweaked by tedu@ and myself;
|
| | | |
| | | |
| | | |
| | | | |
from ray lai;
|
| | | |
| | | |
| | | |
| | | |
| | | | |
from andreas schweitzer (pr #4566);
ok dtucker@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(http://www.openssl.org//news/secadv_20051011.txt)
from http://www.openssl.org/news/patch-CAN-2005-2969.txt
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- use err() for error handling
- add lint hints
- spacing nits and missing braces
ok otto
|
| | | |
| | | |
| | | |
| | | | |
okay otto@
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Patch by Leonardo Chiquitto Filho <leonardo@iken.com.br>
Thanks.
|