tarceri
tarceri
Yeah the function should end with: `return ''` To return an empty network string for when the address is invalid. Seems almost all bug reports are about this same issue.
Hi, I've fixed the crash on launch in the radeonsi driver with this MR: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26661
> > Hi, I've fixed the crash on launch in the radeonsi driver with this MR: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26661 > > It still crashes on startup with MSAA, but the log file...
Just while we are discussing glShaderSource() we also have ES tests e.g. [1] that test to make sure a GL_INVALID_VALUE error is returned if the source string is NULL. But...