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 |
|
dan
|
1fcee3db59
|
close fp in several error paths, closing Coverity CIDs 1690, 1692.
"go" by go.
|
2006-03-19 01:57:11 +00:00 |
|
christos
|
15cc8e46f6
|
Coverity CID 1439: Prevent array index out of bounds access.
|
2006-03-19 01:55:48 +00:00 |
|
sjg
|
98b766c482
|
Fix :P modifier so it actually works as described.
I.e ${var.c:P} should expand to the absolute path of var.c found via .PATH
|
2006-03-19 01:54:21 +00:00 |
|
christos
|
e9e2c8e419
|
Coverity 1552: Don't leak memory.
|
2006-03-19 01:53:11 +00:00 |
|
sjg
|
8af5ec82ab
|
Document an interesting kwirk in := handling of undefined variables.
|
2006-03-19 01:53:01 +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
|
e92d4ac1fa
|
Coverity CID 1197: Don't pass -1 to close.
|
2006-03-19 01:00:35 +00:00 |
|
christos
|
4140928aa1
|
Coverity CID 1467: Elide static buffer overflow.
|
2006-03-19 00:56:12 +00:00 |
|
christos
|
989c7cd825
|
Coverity CID 868: Fix possible NULL deref (after INFTIM passes :-)
|
2006-03-19 00:50:28 +00:00 |
|
christos
|
2197ff9156
|
Coverity CID 980: Prevent an impossible NULL point deref.
|
2006-03-19 00:41:46 +00:00 |
|
bouyer
|
22b8bc3c2f
|
Add xbd at xenbus, and limit MAXPHYS to 32k. The Xen vbd interface doesn't
handle 64k transfers (it's limited to 11 * PAGE_SIZE), and splitting requests
in xbd make things much more complex than needed.
|
2006-03-19 00:39:36 +00:00 |
|
christos
|
0e8c6c24b2
|
Coverity CID 2073: Fix memory leak.
|
2006-03-19 00:37:15 +00:00 |
|
bouyer
|
6596b3c534
|
Add a block device frontend driver for Xen-3. xbd at hypervisor now
attaches with xbd_hypervisor, adjust CFATTACH_DECL().
|
2006-03-19 00:36:09 +00:00 |
|
christos
|
0255deb434
|
Coverity CID 999: Prevent NULL deref.
|
2006-03-19 00:32:18 +00:00 |
|
bouyer
|
3987b20c61
|
Add code to dump the xenstore's node for this device under XENNET_DEBUG.
|
2006-03-19 00:30:00 +00:00 |
|
christos
|
d7b2adb029
|
Coverity CID 695: Remove impossible condition. This changes the scoring as
it was probably intended originally.
|
2006-03-19 00:29:27 +00:00 |
|
bouyer
|
2fb45fb442
|
Get the x86_lfence/x86_sfence right (I hope :)
|
2006-03-19 00:29:00 +00:00 |
|
bouyer
|
601bc7105f
|
Don't include debug code by default.
|
2006-03-19 00:28:02 +00:00 |
|
christos
|
c29d845a03
|
Coverity CID 998: Possible NULL pointer deref. Actually this was a bug
where a house to be sold would be skipped. Change the sell loop to be like
the buy side loop.
|
2006-03-19 00:19:31 +00:00 |
|
christos
|
ad05902b98
|
fix typo
|
2006-03-19 00:18:47 +00:00 |
|
christos
|
a195251302
|
Coverity CID 1004: Fix NULL deref.
|
2006-03-19 00:05:05 +00:00 |
|
christos
|
db0d71974c
|
Coverity CID 1005: Fix NULL deref and incorrect variable use.
|
2006-03-19 00:03:18 +00:00 |
|
christos
|
abe5f75745
|
Coverity CID 1443: Prevent static overrun.
|
2006-03-19 00:00:19 +00:00 |
|
christos
|
f25329586b
|
Coverity CID 827: Prevent NULL pointer deref.
|
2006-03-18 23:54:17 +00:00 |
|