This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug regex/12348] New: re_match_2, re_search_internal, etc. infloop on persistent failing calloc


http://sourceware.org/bugzilla/show_bug.cgi?id=12348

           Summary: re_match_2, re_search_internal, etc. infloop on
                    persistent failing calloc
           Product: glibc
           Version: 2.13
            Status: NEW
          Severity: normal
          Priority: P2
         Component: regex
        AssignedTo: drepper.fsp@gmail.com
        ReportedBy: jim@meyering.net


Ignoring a failing calloc in build_trtable causes its caller, transit_state to
get stuck in an infinite loop.

Patch below.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]