Summary: | glMaterialfv crashes if color == null | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | t.mahlmann |
Component: | opengl | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED WONTFIX | ||
Severity: | minor | ||
Priority: | --- | ||
Version: | 2 | ||
Hardware: | pc_x86_64 | ||
OS: | linux | ||
Type: | --- | SCM Refs: | |
Workaround: | --- |
Description
t.mahlmann
2011-11-08 20:04:08 CET
We don't check GL arguments by their function's semantics, since this would cause a huge overhead in processing time as well as in work to do. Sometimes null values are allowed and desired, sometimes not. A SIGSEGV for a null pointer access is not too bad, since it is save and not a security issue IMHO. |