rpc-format-overflow.patch 270 B

12345678
  1. --- a/sunrpc/rpc_parse.c
  2. +++ b/sunrpc/rpc_parse.c
  3. @@ -521,7 +521,7 @@ static void
  4. get_prog_declaration (declaration * dec, defkind dkind, int num /* arg number */ )
  5. {
  6. token tok;
  7. - char name[10]; /* argument name */
  8. + char name[MAXLINESIZE]; /* argument name */