casaroli commented on code in PR #19639: URL: https://github.com/apache/nuttx/pull/19639#discussion_r3705832757
########## libs/libc/dlfcn/lib_dlopen.c: ########## Review Comment: basename() may modify its argument; libelf_insert() takes the module name as a const string, so dlinsert() now derives the basename with strrchr(), the same way binfmt/builtin.c does -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
