WICHTIGE MITTEILUNG

2018-08-17 Thread ines_valdiviezo
Lieber Freund, Ich bin Herr Richard Wahl der Mega-Gewinner von $ 533M In Mega Millions Jackpot spende ich an 5 zufällige Personen, wenn Sie diese E-Mail erhalten, dann wurde Ihre E-Mail nach einem Spinball ausgewählt. Ich habe den größten Teil meines Vermögens auf eine Reihe von Wohltätigkeits

[PATCH] chtls_cm.c: fix missing return value check of alloc_skb()

2018-08-17 Thread Jiecheng Wu
Function chtls_close_conn() defined in drivers/crypto/chelsio/chtls/chtls_cm.c calls alloc_skb() to allocate memory for struct sk_buff which is dereferenced immediately. As alloc_skb() may return NULL on failure, this code piece may cause NULL pointer dereference bug. --- drivers/crypto/chelsio

Re: [PATCH v1 2/3] zinc: Introduce minimal cryptography library

2018-08-17 Thread D. J. Bernstein
Eric Biggers writes: > If (more likely) you're talking about things like "use this NEON > implementation > on Cortex-A7 but this other NEON implementation on Cortex-A53", it's up the > developers and community to test different CPUs and make appropriate > decisions, > and yes it can be very usefu