subrepo:
subdir: "deps/lightrec"
merged: "
b9f1b040"
upstream:
origin: "https://github.com/pcercuei/lightrec.git"
branch: "master"
commit: "
b9f1b040"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git"
commit: "
2f68596"
[subrepo]
remote = https://github.com/pcercuei/lightrec.git
branch = master
- commit = ce40f8388079945b60fd3f3dbef8ebaddf6f2685
- parent = 1f22b268b62cf9a3fad39b9b642ded0890902f58
+ commit = b9f1b040bb1333508caee3795375e13b8cf8f684
+ parent = 37d9bf8315be570a350cd44876ae14f9b0eff20b
method = merge
cmdver = 0.4.3
for (i = 0; i < nb_recs; i++) {
rec->thds[i].cstate = lightrec_create_cstate(state);
- if (!rec->state) {
+ if (!rec->thds[i].cstate) {
pr_err("Cannot create recompiler: Out of memory\n");
goto err_free_cstates;
}