Revision d0c3c75d5d8911b0e92e48ce79b827ad869d5c93 authored by David S. Miller on 31 July 2020, 00:47:34 UTC, committed by David S. Miller on 31 July 2020, 00:47:34 UTC
Johannes Berg says:

====================
A couple of more changes:
 * remove a warning that can trigger in certain races
 * check a function pointer before using it
 * check before adding 6 GHz to avoid a warning in mesh
 * fix two memory leaks in mesh
 * fix a TX status bug leading to a memory leak
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2 parent s 85496a2 + 04e35ca
Raw File
rsapubkey.asn1
RsaPubKey ::= SEQUENCE {
	n INTEGER ({ rsa_get_n }),
	e INTEGER ({ rsa_get_e })
}
back to top