Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modules/kvs/kvstxn: Fix mem-leak in kvs merge
In kvstxn_create_empty(), the 'keys' array was created that could be overwritten without being destroyed. This was a corner case in PR flux-framework#1859, when key generation was altered. Fixes flux-framework#1944
- Loading branch information