Jérémie Galarneau
Results
2
issues of
Jérémie Galarneau
# Description I am using `GitPython` to sign tags as such: ```python repo.git.tag( "-s", "v{}".format(str(new_version)), "-m Version {}".format(str(new_version)), ) ``` This fails with the following error/exception: ```python Traceback (most recent...
The lttng-tools code base has many erroneous comparisons between signed and unsigned values. While some uses are benign, like using a signed integer to loop between `0` and `sizeof(struct some_structure)`,...
bug
help wanted
refactor