Rich Salz
|
12a765a523
Explicitly test against NULL; do not use !p or similar
|
5 лет назад |
Pauli
|
35e264c032
Coverity #1451596: check dirlen for being negative
|
5 лет назад |
David von Oheimb
|
9fdcc21fdc
constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION
|
5 лет назад |
Richard Levitte
|
365a2d9991
Following the license change, modify the boilerplates in crypto/asn1/
|
6 лет назад |
Richard Levitte
|
28428130db
Update copyright year
|
6 лет назад |
Rich Salz
|
cdb10bae3f
Set error code on alloc failures
|
6 лет назад |
FdaSilvaYY
|
f59f23c383
Add more zalloc
|
8 лет назад |
FdaSilvaYY
|
8e89e85f55
Fix some missing inits
|
8 лет назад |
Rich Salz
|
b1322259d9
Copyright consolidation 09/10
|
8 лет назад |
FdaSilvaYY
|
8483a003bf
various spelling fixes
|
8 лет назад |
Rich Salz
|
e771eea6d8
Revert "various spelling fixes"
|
8 лет назад |
FdaSilvaYY
|
620d540bd4
various spelling fixes
|
8 лет назад |
FdaSilvaYY
|
b6453a68bb
GH753: More spelling fix
|
8 лет назад |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 лет назад |
Matt Caswell
|
90945fa31a
Continue standardising malloc style for libcrypto
|
9 лет назад |
Rich Salz
|
b4faea50c3
Use safer sizeof variant in malloc
|
9 лет назад |
Rich Salz
|
b548a1f11c
free null cleanup finale
|
9 лет назад |
Viktor Dukhovni
|
61986d32f3
Code style: space after 'if'
|
9 лет назад |
Rich Salz
|
ca3a82c3b3
free NULL cleanup
|
9 лет назад |
Matt Caswell
|
918bb86529
Unchecked malloc fixes
|
9 лет назад |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 лет назад |
Dr. Stephen Henson
|
9a85e53813
no need to include memory.h
|
13 лет назад |
Ben Laurie
|
ccf529928f
!a && !a->b is clearly wrong! Changed to !a || !a->b (Coverity ID 145).
|
16 лет назад |
Dr. Stephen Henson
|
8931b30d84
And so it begins...
|
16 лет назад |