You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shell: fix incorrect prefix of shell_mustache_render(3)
Problem: The shell_mustache_render(3) function is not prefixed with
flux_, so the symbol is not exported dynamically to external shell
plugins.
Rename shell_mustache_render(3) to flux_shell_mustache_render(3).
Add check for shell == NULL and return EINVAL instead of crashing
with NULL deref.
0 commit comments