Hi, For these Coverity issues, I just had to ensure that rtl was not NULL before being dereferenced. For rtl-allocator, I moved the dereferences after a check for rtl. In rtl-obj.c, I added a check with an early return if rtl is NULL.
Thanks, Ryan Ryan Long (2): rtl-obj.c: Added an early return if rtl lock fails rtl-allocator.c: Put dereferences after nullcheck cpukit/libdl/rtl-allocator.c | 7 +++++-- cpukit/libdl/rtl-obj.c | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) -- 1.8.3.1 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel