Displaying 5 results from an estimated 5 matches for "reverse_inul".
Did you mean:
reverse_inull
2020 Mar 26
0
[Announce] Samba 4.10.14 Available for Download
...* BUG 20193: nmblib: Avoid undefined behaviour in handle_name_ptrs().
o Andrew Bartlett <abartlet at samba.org>
* BUG 14258: dsdb: Correctly handle memory in objectclass_attrs.
o Volker Lendecke <vl at samba.org>
* BUG 14247: auth: Fix CID 1458418 Null pointer dereferences (REVERSE_INULL),
auth: Fix CID 1458420 Null pointer dereferences (REVERSE_INULL).
o Stefan Metzmacher <metze at samba.org>
* BUG 14247: winbind member (source3) fails local SAM auth with empty domain
name.
* BUG 14265: winbindd: Handling missing idmap in getgrgid().
o Andreas Schneider...
2020 Mar 26
0
[Announce] Samba 4.10.14 Available for Download
...* BUG 20193: nmblib: Avoid undefined behaviour in handle_name_ptrs().
o Andrew Bartlett <abartlet at samba.org>
* BUG 14258: dsdb: Correctly handle memory in objectclass_attrs.
o Volker Lendecke <vl at samba.org>
* BUG 14247: auth: Fix CID 1458418 Null pointer dereferences (REVERSE_INULL),
auth: Fix CID 1458420 Null pointer dereferences (REVERSE_INULL).
o Stefan Metzmacher <metze at samba.org>
* BUG 14247: winbind member (source3) fails local SAM auth with empty domain
name.
* BUG 14265: winbindd: Handling missing idmap in getgrgid().
o Andreas Schneider...
2020 Aug 07
1
[PATCH] vdpa/mlx5: Fix erroneous null pointer checks
.../8/7 ??3:18, Alex Dewar wrote:
> In alloc_inout() in net/mlx5_vnet.c, there are a few places where memory
> is allocated to *in and *out, but only the values of in and out are
> null-checked (i.e. there is a missing dereference). Fix this.
>
> Addresses-Coverity: ("CID 1496603: (REVERSE_INULL)")
> Fixes: 1a86b377aa21 ("vdpa/mlx5: Add VDPA driver for supported mlx5 devices")
> Signed-off-by: Alex Dewar <alex.dewar90 at gmail.com>
Acked-by: Jason Wang <jasowang at redhat.com>
> ---
> drivers/vdpa/mlx5/net/mlx5_vnet.c | 8 ++++----
> 1 file...
2012 Jan 10
1
[nut-commits] svn commit r3383 - branches/coverity
Hi Michal
2012/1/10 Michal Hlavinka <mihl-guest at alioth.debian.org>
> Author: mihl-guest
> Date: Tue Jan 10 09:10:04 2012
> New Revision: 3383
> URL: http://trac.networkupstools.org/projects/nut/changeset/3383
>
> Log:
> Creating a branch for Coverity reported problems
>
I'm very interested there!
Have you been able to get NUT part of the Coverity Scan
2017 Mar 02
64
[Bug 2687] New: Coverity scan fixes
...er: jjelen at redhat.com
Created attachment 2953
--> https://bugzilla.mindrot.org/attachment.cgi?id=2953&action=edit
proposed coverity patch
Recent run on Coveriry revealed several issues:
auth-pam.c
* NULL_RETURNS -- missing check before dereferencing allocated buffer
clientloop.c
* REVERSE_INULL -- check for null after it was already dereferenced
--> check for null earlier too
digest-openssl.c
* NULL_RETURNS -- missing check for null
kex.c
* RESOURCE_LEAK -- match_list() allocates data which is not freed in
several cases
readconf.c
* RESOURCE_LEAK -- Variable "arg2" go...