christos
3b66d5d2eb
Coverity CID 770: Avoid NULL deref.
2006-03-19 02:48:30 +00:00
christos
39ff648553
Coverity CID 778: Avoid NULL deref.
2006-03-19 02:44:27 +00:00
christos
4435b15478
Coverity CID 779: Avoid NULL pointer deref.
2006-03-19 02:41:16 +00:00
christos
d06c1d3e9d
Coverity CID 780: Avoid NULL pointer deref.
2006-03-19 02:37:59 +00:00
christos
58a505fcfe
Coverity CID 561: Remove dead code.
2006-03-19 02:33:02 +00:00
christos
8a45d1a675
Coverity CID 45: Don't try to deref NULL on error.
2006-03-19 02:30:52 +00:00
christos
dfd5a33604
Coveriry CID 509: Avoid NULL pointer deref.
2006-03-19 02:25:12 +00:00
christos
854b420cd9
Coverity CID 518: Avoid NULL pointer deref.
2006-03-19 02:21:15 +00:00
christos
a0357ac2d2
Coverity CID 512: Fix memory leak.
2006-03-19 02:17:16 +00:00
christos
10a8cb0e88
Coverity CID 510: Avoid uninitialized variable.
2006-03-19 02:12:09 +00:00
christos
53cd70b68b
Coverity CID 508: Avoid memory leak.
2006-03-19 02:09:44 +00:00
christos
456b09ff6f
Coverity CID 17: Free parent if it was not used.
2006-03-19 02:01:50 +00:00
christos
c93c6166a0
Coverity CID 1246: Don't allow getc == -1 to propagate as an array index.
2006-03-19 01:58:48 +00:00
christos
15cc8e46f6
Coverity CID 1439: Prevent array index out of bounds access.
2006-03-19 01:55:48 +00:00
christos
e9e2c8e419
Coverity 1552: Don't leak memory.
2006-03-19 01:53:11 +00:00
christos
3040914cf6
Coverity CID 1560: Don't leak memory when multiple currency symbols are present
2006-03-19 01:50:49 +00:00
christos
039456c06d
Coverity CID 2275: Avoid memory leak on error.
2006-03-19 01:46:38 +00:00
christos
66ad4bce4f
Coverity CID 2276: Don't leak memory on error.
2006-03-19 01:44:48 +00:00
christos
cd29290e3d
Coverity CID 2277: Don't leak memory on error.
2006-03-19 01:43:11 +00:00
christos
6beb2a5c7e
Coverity 2278: Avoid leak on allocation failure.
2006-03-19 01:41:43 +00:00
christos
642f32cf85
Coverity CID 2283: Don't leak sys_auth on error.
2006-03-19 01:40:09 +00:00
christos
50e6bed2e2
Coverity CID 2284: Fix multiple memory leaks.
2006-03-19 01:37:59 +00:00
christos
95f6be8b1a
Coverity CID 2461: Bail out quickly instead of accessing uninitialized variables
2006-03-19 01:25:44 +00:00
christos
68259ab10a
Coverity 2462: Bail out quickly instead of accessing uninitialized variables.
2006-03-19 01:24:09 +00:00
christos
f2194f03cc
Coverity CID 2463: Bail out instead of accessing uninitialized variables.
2006-03-19 01:21:28 +00:00
christos
5bd7f658fe
Coverity CID 2464: Don't use uninitialized variables; exit with error quickly.
2006-03-19 01:19:32 +00:00
christos
adcc2139d9
Coveriry CID 2472: If the number of bits is invalid, return immediately
...
instead of accessing uninitialized variables.
2006-03-19 01:17:30 +00:00
christos
f174420e75
Coverity CID 2473: Fix uninitialized variable reference.
2006-03-19 01:15:06 +00:00
christos
7ac9949871
Coverity CID 2528: Don't delete the node we are about to return.
2006-03-19 01:12:08 +00:00
christos
ec39c1a649
Fix compilation.
2006-03-18 19:23:14 +00:00
christos
5900226fad
Lint comment.
2006-03-18 19:22:59 +00:00
blymn
8426a88bc7
Fix resource leak if malloc of tb->data failed.
...
Whitespace cleanup.
2006-03-18 12:18:15 +00:00
jnemeth
216a33af30
Fix Coverity run 5, issue 2022 -- memory leak.
...
Approved by christos@.
2006-03-18 10:53:17 +00:00
jnemeth
f358706242
Fix Coverity run 5, issue 2498 -- uninitialized variable
...
Fix Coverity run 5, issue 707 -- unreachable code
Approved by Christos.
2006-03-18 10:06:16 +00:00
christos
a46f31170d
Coverity CID 1668: Plug memory leak.
2006-03-18 09:31:36 +00:00
christos
c66ab9a1d0
Coverity CID 1666: Plug memory leak.
2006-03-18 09:28:23 +00:00
christos
c5f39d86c2
Coverity CID 1667: Plug memory leak
2006-03-18 09:19:02 +00:00
christos
53c1263c37
Coverity CID 1662: Memory leak.
2006-03-18 09:15:57 +00:00
christos
87113ce74b
Coverity CID 597: remove dead code.
2006-03-18 09:09:41 +00:00
christos
78f7dbe212
Coverity CID 1216: Prevent negative index use.
2006-03-18 09:07:05 +00:00
christos
62bb88223c
Coverity CID 806: Prevent NULL deref
2006-03-18 09:02:08 +00:00
rumble
43d45c06c6
Note that for asprintf and vasprintf it is more portable to check for
...
a -1 return, rather than ret being set to NULL on error.
From Otto Moerbeek.
2006-03-18 05:46:04 +00:00
dsl
c3e43200eb
A couple of the xxx.inc files are non-standard.
...
My sed script didn't update them properly!
Also man.inc isn't a source make file.
2006-03-17 23:10:48 +00:00
christos
d3e8815a4a
Add proper DT_NEEDED dependencies. From Jukka Salmi
2006-03-17 21:43:16 +00:00
dsl
0ab764f9ff
Don't add every source directory to the -I path.
...
Instead use CPPFLAGS.file to add the relevant directory for each file.
Removes about 4000000 failed open() system calls from the libcrypto build,
and reduces the compile time (on my system) from 154 seconds to 115 seconds.
The arch/*/*.inc files need similar treatment.
2006-03-17 20:47:45 +00:00
christos
14ebd4f381
Appease Coverity CID 2527; not a bug.
2006-03-17 17:17:00 +00:00
ginsbach
f44127c4ef
Fix Coverity issue 2281, resource leak, function return without freeing
...
dynamically allocated storage.
2006-03-17 15:53:29 +00:00
chris
9ccbde6fee
Free eonce in the case of bad event combination.
...
Coverity CID 1705.
2006-03-17 02:34:22 +00:00
chris
165401a5bd
Move strlen(s) to after s is known to be not NULL, or set to "(null)" .
...
Fixes Coverity CID 2353.
2006-03-17 02:25:23 +00:00
wiz
ca5de9d73f
Bump date for previous.
2006-03-15 22:09:06 +00:00