Skip to content

Commit 82f0224

Browse files
committed
xz: fix path to common directory
Signed-off-by: Siteshwar Vashisht <[email protected]>
1 parent 5878758 commit 82f0224

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

xz/ignore.err

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,14 @@ xz-5.8.1/src/liblzma/common/stream_decoder.c:217: error[uninitvar]: Uninitialize
133133
# `filters` has been initialized by `lzma_block_header_decode`.
134134

135135
Error: GCC_ANALYZER_WARNING (CWE-775):
136-
xz-5.8.1/src/xz/../common/tuklib_open_stdxxx.c:40:28: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open("/dev/null", <unknown>)’
137-
xz-5.8.1/src/xz/../common/tuklib_open_stdxxx.c:30:25: branch_true: following ‘true’ branch (when ‘i != 3’)...
138-
xz-5.8.1/src/xz/../common/tuklib_open_stdxxx.c:32:21: branch_true: ...to here
139-
xz-5.8.1/src/xz/../common/tuklib_open_stdxxx.c:32:20: branch_true: following ‘true’ branch...
140-
xz-5.8.1/src/xz/../common/tuklib_open_stdxxx.c:37:40: branch_true: following ‘true’ branch (when ‘i == 0’)...
141-
xz-5.8.1/src/xz/../common/tuklib_open_stdxxx.c:37:40: branch_true: ...to here
142-
xz-5.8.1/src/xz/../common/tuklib_open_stdxxx.c:37:40: acquire_resource: opened here
143-
xz-5.8.1/src/xz/../common/tuklib_open_stdxxx.c:40:28: danger: ‘open("/dev/null", <unknown>)’ leaks here; was opened at [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
136+
xz-5.8.1/src/common/tuklib_open_stdxxx.c:40:28: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open("/dev/null", <unknown>)’
137+
xz-5.8.1/src/common/tuklib_open_stdxxx.c:30:25: branch_true: following ‘true’ branch (when ‘i != 3’)...
138+
xz-5.8.1/src/common/tuklib_open_stdxxx.c:32:21: branch_true: ...to here
139+
xz-5.8.1/src/common/tuklib_open_stdxxx.c:32:20: branch_true: following ‘true’ branch...
140+
xz-5.8.1/src/common/tuklib_open_stdxxx.c:37:40: branch_true: following ‘true’ branch (when ‘i == 0’)...
141+
xz-5.8.1/src/common/tuklib_open_stdxxx.c:37:40: branch_true: ...to here
142+
xz-5.8.1/src/common/tuklib_open_stdxxx.c:37:40: acquire_resource: opened here
143+
xz-5.8.1/src/common/tuklib_open_stdxxx.c:40:28: danger: ‘open("/dev/null", <unknown>)’ leaks here; was opened at [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
144144
# 38| | (i == 0 ? O_WRONLY : O_RDONLY));
145145
# 39|
146146
# 40|-> if (fd != i) {

0 commit comments

Comments
 (0)