diff options
author | EuAndreh <eu@euandre.org> | 2021-08-22 11:39:16 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-22 11:42:37 -0300 |
commit | 68741c5ddb071854ef5147f828ee2fdebeb40b2c (patch) | |
tree | 8462adb0c929697c77152d41c80dd36ca4822259 /TODOs.md | |
parent | src/gistatic.c: Remove unused MSGs (diff) | |
download | gistatic-68741c5ddb071854ef5147f828ee2fdebeb40b2c.tar.gz gistatic-68741c5ddb071854ef5147f828ee2fdebeb40b2c.tar.xz |
TODOs.md: Add #task-c71e7a3a-076d-3553-e245-0ad2b7a64231
Diffstat (limited to '')
-rw-r--r-- | TODOs.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ # Tasks +## TODO Check for duplicated `git_commit_lookup()` calls {#task-c71e7a3a-076d-3553-e245-0ad2b7a64231} +- TODO in 2021-08-22 + +--- + +This could lead to race conditions where a commit happens while gistatic itself +is running, and grabs different commits for a branch, for example. + ## TODO Run `tests/build-sample.sh` with Valgrind and sanitizers {#task-218e2893-c2d3-caa5-b0e3-cde70b31a3f7} - TODO in 2021-08-22 |