* [B.A.T.M.A.N.] [PATCH] fixes a uint32 overflow
@ 2015-05-17 9:27 Ruben Wisniewski
2015-05-17 9:42 ` Sven Eckelmann
0 siblings, 1 reply; 2+ messages in thread
From: Ruben Wisniewski @ 2015-05-17 9:27 UTC (permalink / raw)
To: b.a.t.m.a.n
[-- Attachment #1: Type: text/plain, Size: 729 bytes --]
Signed-off-by: Ruben Wisniewsi <ruben@vfn-nrw.de>
---
net/batman-adv/gateway_client.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/batman-adv/gateway_client.c b/net/batman-adv/gateway_client.c
index bb01586..1f50661 100644
--- a/net/batman-adv/gateway_client.c
+++ b/net/batman-adv/gateway_client.c
@@ -153,7 +153,7 @@ batadv_gw_get_best_gw_node(struct batadv_priv *bat_priv)
struct batadv_neigh_node *router;
struct batadv_neigh_ifinfo *router_ifinfo;
struct batadv_gw_node *gw_node, *curr_gw = NULL;
- uint32_t max_gw_factor = 0, tmp_gw_factor = 0;
+ uint64_t max_gw_factor = 0, tmp_gw_factor = 0;
uint32_t gw_divisor;
uint8_t max_tq = 0;
uint8_t tq_avg;
--
2.4.0
[-- Attachment #2: Digitale Signatur von OpenPGP --]
[-- Type: application/pgp-signature, Size: 307 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [B.A.T.M.A.N.] [PATCH] fixes a uint32 overflow
2015-05-17 9:27 [B.A.T.M.A.N.] [PATCH] fixes a uint32 overflow Ruben Wisniewski
@ 2015-05-17 9:42 ` Sven Eckelmann
0 siblings, 0 replies; 2+ messages in thread
From: Sven Eckelmann @ 2015-05-17 9:42 UTC (permalink / raw)
To: b.a.t.m.a.n
[-- Attachment #1: Type: text/plain, Size: 1322 bytes --]
On Sunday 17 May 2015 11:27:32 Ruben Wisniewski wrote:
> Signed-off-by: Ruben Wisniewsi <ruben@vfn-nrw.de>
> ---
> net/batman-adv/gateway_client.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/batman-adv/gateway_client.c
> b/net/batman-adv/gateway_client.c index bb01586..1f50661 100644
> --- a/net/batman-adv/gateway_client.c
> +++ b/net/batman-adv/gateway_client.c
> @@ -153,7 +153,7 @@ batadv_gw_get_best_gw_node(struct batadv_priv *bat_priv)
> struct batadv_neigh_node *router;
> struct batadv_neigh_ifinfo *router_ifinfo;
> struct batadv_gw_node *gw_node, *curr_gw = NULL;
> - uint32_t max_gw_factor = 0, tmp_gw_factor = 0;
> + uint64_t max_gw_factor = 0, tmp_gw_factor = 0;
> uint32_t gw_divisor;
> uint8_t max_tq = 0;
> uint8_t tq_avg;
This patch is not following
* https://www.open-mesh.org/projects/open-mesh/wiki/Contribute
* https://www.kernel.org/doc/Documentation/SubmittingPatches
* https://www.kernel.org/doc/Documentation/CodingStyle
Please add the "batman-adv: " prefix for the Subject.
The summary in the subject itself also needs to be refined. The relevant part
in SubmittingPatches for the subject can be found under "14) The canonical
patch format".
An explanation in the commit message why there is an overflow would be nice.
Kind regards,
Sven
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-17 9:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-17 9:27 [B.A.T.M.A.N.] [PATCH] fixes a uint32 overflow Ruben Wisniewski
2015-05-17 9:42 ` Sven Eckelmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox