bug-grep
[Top][All Lists]
Advanced

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

[patch #6569] Allow grep to work in small stack environment


From: Patrick Boyd
Subject: [patch #6569] Allow grep to work in small stack environment
Date: Tue, 15 Jul 2008 01:45:59 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0

URL:
  <http://savannah.gnu.org/patch/?6569>

                 Summary: Allow grep to work in small stack environment
                 Project: grep
            Submitted by: pboyd04
            Submitted on: Tuesday 07/15/2008 at 01:45
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The grps and labels variables use up 3072 bytes of stack just by themselves.
In certain environments the stack is not large enough to handle this. 

Assuming a 32-bit environment:
Before: 3172 bytes of stack
After: 108 bytes of stack 




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tuesday 07/15/2008 at 01:45  Name: dfa.c.patch  Size: 1kB   By: pboyd04

<http://savannah.gnu.org/patch/download.php?file_id=16120>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?6569>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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