Opened 8 years ago
Closed 8 years ago
#12821 closed bug (fixed)
BView::GetMouse() sometimes crashes if the BPoint* parameter is NULL
Reported by: | waddlesplash | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Kits/Interface Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
http://xref.plausible.coop/source/xref/haiku/src/kits/interface/View.cpp#1597 passes _location
to FindPoint() without checking if it's NULL or not.
Found while working on the new Mandelbrot app.
Note:
See TracTickets
for help on using tickets.
Fixed in hrev50596.