RenderKit / embree

Embree ray tracing kernels repository.
Apache License 2.0
2.31k stars 383 forks source link

Output operators access non-existent members #486

Open manfred-ernst opened 1 month ago

manfred-ernst commented 1 month ago

operator<<(embree_ostream cout, const PointMi& line) in kernels/geometry/pointi.h accesses the non-existent member line.v0. operator<<(embree_ostream cout, const QuadraticBezierCurve& a) in kernels/subdiv/bezier_curve.h accesses the non-existent member a.u.

dopitz commented 1 month ago

Hi, just fixed this. The fix should be available in the next release.

Thanks!