Opened 12 years ago
Closed 12 years ago
#499 closed defect (fixed)
Stack overflow in libclui
Reported by: | Jiří Zárevúcky | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 0.6.0 |
Component: | helenos/lib/other | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
In tinput.c:106, an array is allocated on stack that is larger than the entire page allocated for stack.
The solution is simply to allocate the array using malloc().
Change History (1)
comment:1 by , 12 years ago
Component: | helenos/unspecified → helenos/lib/other |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in mainline,1693.