nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] Artificial argv limits.


From: David Levine
Subject: Re: [Nmh-workers] Artificial argv limits.
Date: Mon, 26 Nov 2012 20:17:37 -0600

Paul F. wrote:

> as for the rest of mh -- it's certainly possible to hit the MAXARGS
> limit with other commands (show, for instance), but i suspect the
> frequency is much lower, and those, too, can be fixed as needed.

I'd vote for nuking these, as well:

  uip/forw.c:         if (mp->numsel >= MAXARGS - i)
  uip/mshcmds.c:      if (mp->numsel > MAXARGS - 1) {
  uip/show.c:    if (mp->numsel > MAXARGS - 2)

The msh one is for its rmm.

David




reply via email to

[Prev in Thread] Current Thread [Next in Thread]