xserver/hw/xfree86/loader
Enrico Weigelt, metux IT consult 7ae09df3ae xfree86: loader: add assert() in LoadModule()
There's (remote) chance that the (internal) module name could become
NULL (eg. allocation failure). Even though chances to hit it are very
low, it's still better to have a check here (that doesn't cost us much),
just in case. Assert fail is still better than segfault, since we're
at least getting some hint what might have happened.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-06-12 16:33:29 +02:00
..
loader.c Revert "xfree86: loader: drop unused LoaderShouldIgnoreABI()" 2025-02-07 14:46:21 +01:00
loader.h loader: Move LoaderSymbolFromModule() to public API 2019-11-13 19:49:18 +00:00
loaderProcs.h loader: Remove unused path and name from ModuleDescPtr 2017-01-25 14:22:06 -05:00
loadmod.c xfree86: loader: add assert() in LoadModule() 2025-06-12 16:33:29 +02:00
meson.build Add a Meson build system alongside autotools. 2017-04-26 15:25:27 -07:00
symbol-test.c xfree86: build a shared lib identical to Xorg 2017-05-15 09:14:42 -07:00