Branch: refs/heads/main
Home: https://github.com/gssapi/gssproxy
Commit: 783c4bc030998ef5fb06a88f6a66ab3b282987ad
https://github.com/gssapi/gssproxy/commit/783c4bc030998ef5fb06a88f6a66ab3b2…
Author: Simo Sorce <simo(a)redhat.com>
Date: 2022-07-26 (Tue, 26 Jul 2022)
Changed paths:
M src/gp_rpc_debug.c
Log Message:
-----------
CID 379418 Invalid type in argument
Cast to int to pass in the correct value (important on big endian
machines).
Signed-off-by: Simo Sorce <simo(a)redhat.com>
Commit: e765ed9a4db5fc8e02245f78fc189d262800c77b
https://github.com/gssapi/gssproxy/commit/e765ed9a4db5fc8e02245f78fc189d262…
Author: Simo Sorce <simo(a)redhat.com>
Date: 2022-07-26 (Tue, 26 Jul 2022)
Changed paths:
M src/mechglue/gss_plugin.c
Log Message:
-----------
CID 379416 Explicit null dereference
We never call this function in a way that the null dereference would
happen. However there is no point in riskying it should the code change
inf future. Rework the code to bail out early and avoid the issue.
Signed-off-by: Simo Sorce <simo(a)redhat.com>
Commit: a42969bd78de661f742c885e00b1fddbae792469
https://github.com/gssapi/gssproxy/commit/a42969bd78de661f742c885e00b1fddba…
Author: Simo Sorce <simo(a)redhat.com>
Date: 2022-07-26 (Tue, 26 Jul 2022)
Changed paths:
M src/gp_socket.c
Log Message:
-----------
CID 379415 Invalid type in argument
Additional type fixes where a long was passed in.
Signed-off-by: Simo Sorce <simo(a)redhat.com>
Compare: https://github.com/gssapi/gssproxy/compare/5930aa13e8b8...a42969bd78de