Re: Use size_t instead of int for internal variables in glob (bug 14621)

2012-09-25 Thread Roland McGrath
Those changes are fine.

Use size_t instead of int for internal variables in glob (bug 14621)

2012-09-25 Thread Joseph S. Myers
Bug 14621 is the use of int for certain internal variables in glob, when those variables are assigned quantities derived from size_t values. As noted in that issue, this seems likely to be exploitable on 64-bit systems with tens of GB of memory (I can't completely rule out exploits with less memor