Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plugin: fix segfault caused by unpack error
Problem: notify_shell_cb() tries to unpack a json object onto an int, causing stack corruption, and a segfault that was causing the first test in t0006-notify.t to fail. Fix unpack format string. Fixes flux-framework#91
- Loading branch information