Opened 15 years ago
Closed 15 years ago
#295 closed defect (fixed)
segfault if arguments to 'histogram' are missing
Reported by: | kilian | Owned by: | kilian |
---|---|---|---|
Priority: | P3 | Milestone: | v2.0.1 |
Component: | core | Version: | 2.0.0 |
Severity: | minor | Keywords: | |
Cc: |
Description
Missing arguments to the 'histogram' command (it should be 3 arguments) trigger a segfault due to a disassociated pointer in cmd_histogram_compile. Should be easy to fix (issue error messages), I'll do it asap.
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r2322 by introducing a fatal error.