bug-grep
[Top][All Lists]
Advanced

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

bug#19061: [PATCH] dfa: building superset, access to unallocated memory


From: Norihiro Tanaka
Subject: bug#19061: [PATCH] dfa: building superset, access to unallocated memory
Date: Sat, 15 Nov 2014 18:11:32 +0900

If original DFA does not have any CSETs, no memory allocated for CSET.
Even then DFA try to copy CSET from original DFA to the superset.  As
a result, it is caused to access to unallocated memory.  We have no test
case so that it is very difficult that we always reproduce this bug, as
CSET may be added only one in building superset.

Attachment: 0001-dfa-building-superset-access-to-unallocated-memory.patch
Description: Text document


reply via email to

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