[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #46832] Heap buffer overflow on long target lines
From: |
Paul D. Smith |
Subject: |
[bug #46832] Heap buffer overflow on long target lines |
Date: |
Mon, 29 Feb 2016 06:43:11 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0 |
Update of bug #46832 (project make):
Item Group: None => Bug
Status: None => Fixed
Assigned to: None => psmith
Open/Closed: Open => Closed
Fixed Release: None => SCM
Triage Status: None => Small Effort
_______________________________________________________
Follow-up Comment #1:
This is because the longest string allowed in the cache was 65535 (because the
length is stored in an unsigned short). I seriously doubt that there are real
makefiles out there with strings longer than that, but I added a last-ditch
cache to hold arbitrarily long strings.
Fix pushed to Git.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?46832>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #46832] Heap buffer overflow on long target lines,
Paul D. Smith <=