Florian Weimer bc779a1a5b CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112]
The call is technically in a loop, and under certain circumstances
(which are quite difficult to reproduce in a test case), alloca
can be invoked repeatedly during a single call to clntudp_call.
As a result, the available stack space can be exhausted (even
though individual alloca sizes are bounded implicitly by what
can fit into a UDP packet, as a side effect of the earlier
successful send operation).
2016-05-23 20:18:34 +02:00
..
2012-05-10 20:19:53 +02:00
2012-05-10 20:19:53 +02:00
2012-05-10 20:19:53 +02:00
2012-05-10 20:19:53 +02:00
2012-05-10 20:19:53 +02:00
2012-05-10 20:19:53 +02:00
2012-05-10 20:19:53 +02:00
2012-05-10 20:19:53 +02:00
2012-05-10 20:19:53 +02:00
2012-05-10 20:19:53 +02:00
2012-05-10 20:19:53 +02:00
2012-05-10 20:19:53 +02:00
2012-07-06 00:37:42 -04:00
2012-05-10 20:19:53 +02:00
2012-05-10 20:19:53 +02:00
2012-05-10 20:19:53 +02:00
2013-10-21 10:02:31 +02:00
2010-08-24 11:56:51 -07:00
2012-05-10 20:19:53 +02:00
2012-05-10 20:19:53 +02:00
2012-05-21 21:34:54 +02:00
2002-10-14 18:10:15 +00:00
2004-09-28 23:08:14 +00:00
2012-05-21 21:34:54 +02:00
2012-05-10 20:19:53 +02:00