dotcode.nativecodeanalysis.sarif 69 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711
  1. {
  2. "version": "2.1.0",
  3. "$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json",
  4. "runs": [
  5. {
  6. "results": [
  7. {
  8. "ruleId": "C6001",
  9. "message": {
  10. "text": "Nicht initialisierter Speicher \"lawrencium\" wird verwendet."
  11. },
  12. "locations": [
  13. {
  14. "physicalLocation": {
  15. "artifactLocation": {
  16. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  17. },
  18. "region": {
  19. "startLine": 504,
  20. "startColumn": 36,
  21. "endLine": 504,
  22. "endColumn": 36
  23. }
  24. },
  25. "logicalLocations": [
  26. {
  27. "decoratedName": "dc_empty_bin_buf",
  28. "kind": "function"
  29. }
  30. ]
  31. }
  32. ],
  33. "codeFlows": [
  34. {
  35. "threadFlows": [
  36. {
  37. "locations": [
  38. {
  39. "location": {
  40. "physicalLocation": {
  41. "artifactLocation": {
  42. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  43. },
  44. "region": {
  45. "startLine": 492,
  46. "startColumn": 9
  47. }
  48. }
  49. },
  50. "importance": "unimportant"
  51. },
  52. {
  53. "location": {
  54. "physicalLocation": {
  55. "artifactLocation": {
  56. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  57. },
  58. "region": {
  59. "startLine": 493,
  60. "startColumn": 9
  61. }
  62. },
  63. "message": {
  64. "text": "\"lawrencium\" ist nicht initialisiert"
  65. }
  66. },
  67. "kinds": [
  68. "declaration"
  69. ],
  70. "importance": "essential"
  71. },
  72. {
  73. "location": {
  74. "physicalLocation": {
  75. "artifactLocation": {
  76. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  77. },
  78. "region": {
  79. "startLine": 494,
  80. "startColumn": 14
  81. }
  82. }
  83. },
  84. "importance": "unimportant"
  85. },
  86. {
  87. "location": {
  88. "physicalLocation": {
  89. "artifactLocation": {
  90. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  91. },
  92. "region": {
  93. "startLine": 495,
  94. "startColumn": 9
  95. }
  96. }
  97. },
  98. "importance": "unimportant"
  99. },
  100. {
  101. "location": {
  102. "physicalLocation": {
  103. "artifactLocation": {
  104. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  105. },
  106. "region": {
  107. "startLine": 497,
  108. "startColumn": 9
  109. }
  110. },
  111. "message": {
  112. "text": "In diese Verzweigung eintreten (Annahme: \"bin_buf_size\")"
  113. }
  114. },
  115. "kinds": [
  116. "branch"
  117. ],
  118. "importance": "important"
  119. },
  120. {
  121. "location": {
  122. "physicalLocation": {
  123. "artifactLocation": {
  124. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  125. },
  126. "region": {
  127. "startLine": 498,
  128. "startColumn": 16
  129. }
  130. }
  131. },
  132. "importance": "unimportant"
  133. },
  134. {
  135. "location": {
  136. "physicalLocation": {
  137. "artifactLocation": {
  138. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  139. },
  140. "region": {
  141. "startLine": 498,
  142. "startColumn": 23
  143. }
  144. },
  145. "message": {
  146. "text": "Diese Schleife überspringen (Annahme: \"i<bin_buf_size+1\" ist false)"
  147. }
  148. },
  149. "kinds": [
  150. "branch"
  151. ],
  152. "importance": "important"
  153. },
  154. {
  155. "location": {
  156. "physicalLocation": {
  157. "artifactLocation": {
  158. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  159. },
  160. "region": {
  161. "startLine": 503,
  162. "startColumn": 16
  163. }
  164. }
  165. },
  166. "importance": "unimportant"
  167. },
  168. {
  169. "location": {
  170. "physicalLocation": {
  171. "artifactLocation": {
  172. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  173. },
  174. "region": {
  175. "startLine": 503,
  176. "startColumn": 23
  177. }
  178. },
  179. "message": {
  180. "text": "In diese Schleife eintreten (Annahme: \"i<bin_buf_size+1\")"
  181. }
  182. },
  183. "kinds": [
  184. "branch"
  185. ],
  186. "importance": "important"
  187. },
  188. {
  189. "location": {
  190. "physicalLocation": {
  191. "artifactLocation": {
  192. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  193. },
  194. "region": {
  195. "startLine": 504,
  196. "startColumn": 34
  197. }
  198. }
  199. },
  200. "importance": "unimportant"
  201. },
  202. {
  203. "location": {
  204. "physicalLocation": {
  205. "artifactLocation": {
  206. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  207. },
  208. "region": {
  209. "startLine": 504,
  210. "startColumn": 36
  211. }
  212. },
  213. "message": {
  214. "text": "\"lawrencium\" wird verwendet, wurde jedoch möglicherweise nicht initialisiert."
  215. }
  216. },
  217. "kinds": [
  218. "usage"
  219. ],
  220. "importance": "essential"
  221. }
  222. ]
  223. }
  224. ]
  225. }
  226. ]
  227. },
  228. {
  229. "ruleId": "C6255",
  230. "message": {
  231. "text": "_alloca kennzeichnet Fehler durch Auslösen einer Stapelüberlaufausnahme. Verwenden Sie stattdessen _malloca."
  232. },
  233. "locations": [
  234. {
  235. "physicalLocation": {
  236. "artifactLocation": {
  237. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  238. },
  239. "region": {
  240. "startLine": 1226,
  241. "startColumn": 55,
  242. "endLine": 1226,
  243. "endColumn": 55
  244. }
  245. },
  246. "logicalLocations": [
  247. {
  248. "decoratedName": "dotcode",
  249. "kind": "function"
  250. }
  251. ]
  252. }
  253. ]
  254. },
  255. {
  256. "ruleId": "C6255",
  257. "message": {
  258. "text": "_alloca kennzeichnet Fehler durch Auslösen einer Stapelüberlaufausnahme. Verwenden Sie stattdessen _malloca."
  259. },
  260. "locations": [
  261. {
  262. "physicalLocation": {
  263. "artifactLocation": {
  264. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  265. },
  266. "region": {
  267. "startLine": 1360,
  268. "startColumn": 27,
  269. "endLine": 1360,
  270. "endColumn": 27
  271. }
  272. },
  273. "logicalLocations": [
  274. {
  275. "decoratedName": "dotcode",
  276. "kind": "function"
  277. }
  278. ]
  279. }
  280. ]
  281. },
  282. {
  283. "ruleId": "C6255",
  284. "message": {
  285. "text": "_alloca kennzeichnet Fehler durch Auslösen einer Stapelüberlaufausnahme. Verwenden Sie stattdessen _malloca."
  286. },
  287. "locations": [
  288. {
  289. "physicalLocation": {
  290. "artifactLocation": {
  291. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  292. },
  293. "region": {
  294. "startLine": 1361,
  295. "startColumn": 26,
  296. "endLine": 1361,
  297. "endColumn": 26
  298. }
  299. },
  300. "logicalLocations": [
  301. {
  302. "decoratedName": "dotcode",
  303. "kind": "function"
  304. }
  305. ]
  306. }
  307. ]
  308. },
  309. {
  310. "ruleId": "C6255",
  311. "message": {
  312. "text": "_alloca kennzeichnet Fehler durch Auslösen einer Stapelüberlaufausnahme. Verwenden Sie stattdessen _malloca."
  313. },
  314. "locations": [
  315. {
  316. "physicalLocation": {
  317. "artifactLocation": {
  318. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  319. },
  320. "region": {
  321. "startLine": 1421,
  322. "startColumn": 47,
  323. "endLine": 1421,
  324. "endColumn": 47
  325. }
  326. },
  327. "logicalLocations": [
  328. {
  329. "decoratedName": "dotcode",
  330. "kind": "function"
  331. }
  332. ]
  333. }
  334. ]
  335. },
  336. {
  337. "ruleId": "C6385",
  338. "message": {
  339. "text": "Lesen ungültiger Daten von \"dot_array\": die lesbare Größe beträgt \"width*height\" Byte, es können jedoch \"2\" Byte gelesen werden."
  340. },
  341. "locations": [
  342. {
  343. "physicalLocation": {
  344. "artifactLocation": {
  345. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  346. },
  347. "region": {
  348. "startLine": 1538,
  349. "startColumn": 17,
  350. "endLine": 1538,
  351. "endColumn": 47
  352. }
  353. },
  354. "logicalLocations": [
  355. {
  356. "decoratedName": "dotcode",
  357. "kind": "function"
  358. }
  359. ]
  360. }
  361. ],
  362. "codeFlows": [
  363. {
  364. "threadFlows": [
  365. {
  366. "locations": [
  367. {
  368. "location": {
  369. "physicalLocation": {
  370. "artifactLocation": {
  371. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  372. },
  373. "region": {
  374. "startLine": 1207,
  375. "startColumn": 9
  376. }
  377. }
  378. },
  379. "importance": "unimportant"
  380. },
  381. {
  382. "location": {
  383. "physicalLocation": {
  384. "artifactLocation": {
  385. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  386. },
  387. "region": {
  388. "startLine": 1208,
  389. "startColumn": 9
  390. }
  391. }
  392. },
  393. "importance": "unimportant"
  394. },
  395. {
  396. "location": {
  397. "physicalLocation": {
  398. "artifactLocation": {
  399. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  400. },
  401. "region": {
  402. "startLine": 1208,
  403. "startColumn": 12
  404. }
  405. }
  406. },
  407. "importance": "unimportant"
  408. },
  409. {
  410. "location": {
  411. "physicalLocation": {
  412. "artifactLocation": {
  413. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  414. },
  415. "region": {
  416. "startLine": 1208,
  417. "startColumn": 15
  418. }
  419. }
  420. },
  421. "importance": "unimportant"
  422. },
  423. {
  424. "location": {
  425. "physicalLocation": {
  426. "artifactLocation": {
  427. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  428. },
  429. "region": {
  430. "startLine": 1209,
  431. "startColumn": 9
  432. }
  433. }
  434. },
  435. "importance": "unimportant"
  436. },
  437. {
  438. "location": {
  439. "physicalLocation": {
  440. "artifactLocation": {
  441. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  442. },
  443. "region": {
  444. "startLine": 1209,
  445. "startColumn": 13
  446. }
  447. }
  448. },
  449. "importance": "unimportant"
  450. },
  451. {
  452. "location": {
  453. "physicalLocation": {
  454. "artifactLocation": {
  455. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  456. },
  457. "region": {
  458. "startLine": 1210,
  459. "startColumn": 9
  460. }
  461. }
  462. },
  463. "importance": "unimportant"
  464. },
  465. {
  466. "location": {
  467. "physicalLocation": {
  468. "artifactLocation": {
  469. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  470. },
  471. "region": {
  472. "startLine": 1210,
  473. "startColumn": 22
  474. }
  475. }
  476. },
  477. "importance": "unimportant"
  478. },
  479. {
  480. "location": {
  481. "physicalLocation": {
  482. "artifactLocation": {
  483. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  484. },
  485. "region": {
  486. "startLine": 1211,
  487. "startColumn": 9
  488. }
  489. }
  490. },
  491. "importance": "unimportant"
  492. },
  493. {
  494. "location": {
  495. "physicalLocation": {
  496. "artifactLocation": {
  497. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  498. },
  499. "region": {
  500. "startLine": 1211,
  501. "startColumn": 19
  502. }
  503. }
  504. },
  505. "importance": "unimportant"
  506. },
  507. {
  508. "location": {
  509. "physicalLocation": {
  510. "artifactLocation": {
  511. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  512. },
  513. "region": {
  514. "startLine": 1212,
  515. "startColumn": 9
  516. }
  517. }
  518. },
  519. "importance": "unimportant"
  520. },
  521. {
  522. "location": {
  523. "physicalLocation": {
  524. "artifactLocation": {
  525. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  526. },
  527. "region": {
  528. "startLine": 1212,
  529. "startColumn": 17
  530. }
  531. }
  532. },
  533. "importance": "unimportant"
  534. },
  535. {
  536. "location": {
  537. "physicalLocation": {
  538. "artifactLocation": {
  539. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  540. },
  541. "region": {
  542. "startLine": 1213,
  543. "startColumn": 9
  544. }
  545. }
  546. },
  547. "importance": "unimportant"
  548. },
  549. {
  550. "location": {
  551. "physicalLocation": {
  552. "artifactLocation": {
  553. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  554. },
  555. "region": {
  556. "startLine": 1214,
  557. "startColumn": 9
  558. }
  559. }
  560. },
  561. "importance": "unimportant"
  562. },
  563. {
  564. "location": {
  565. "physicalLocation": {
  566. "artifactLocation": {
  567. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  568. },
  569. "region": {
  570. "startLine": 1215,
  571. "startColumn": 9
  572. }
  573. }
  574. },
  575. "importance": "unimportant"
  576. },
  577. {
  578. "location": {
  579. "physicalLocation": {
  580. "artifactLocation": {
  581. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  582. },
  583. "region": {
  584. "startLine": 1216,
  585. "startColumn": 9
  586. }
  587. }
  588. },
  589. "importance": "unimportant"
  590. },
  591. {
  592. "location": {
  593. "physicalLocation": {
  594. "artifactLocation": {
  595. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  596. },
  597. "region": {
  598. "startLine": 1216,
  599. "startColumn": 21
  600. }
  601. }
  602. },
  603. "importance": "unimportant"
  604. },
  605. {
  606. "location": {
  607. "physicalLocation": {
  608. "artifactLocation": {
  609. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  610. },
  611. "region": {
  612. "startLine": 1217,
  613. "startColumn": 9
  614. }
  615. }
  616. },
  617. "importance": "unimportant"
  618. },
  619. {
  620. "location": {
  621. "physicalLocation": {
  622. "artifactLocation": {
  623. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  624. },
  625. "region": {
  626. "startLine": 1218,
  627. "startColumn": 19
  628. }
  629. }
  630. },
  631. "importance": "unimportant"
  632. },
  633. {
  634. "location": {
  635. "physicalLocation": {
  636. "artifactLocation": {
  637. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  638. },
  639. "region": {
  640. "startLine": 1219,
  641. "startColumn": 9
  642. }
  643. }
  644. },
  645. "importance": "unimportant"
  646. },
  647. {
  648. "location": {
  649. "physicalLocation": {
  650. "artifactLocation": {
  651. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  652. },
  653. "region": {
  654. "startLine": 1220,
  655. "startColumn": 9
  656. }
  657. }
  658. },
  659. "importance": "unimportant"
  660. },
  661. {
  662. "location": {
  663. "physicalLocation": {
  664. "artifactLocation": {
  665. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  666. },
  667. "region": {
  668. "startLine": 1221,
  669. "startColumn": 15
  670. }
  671. }
  672. },
  673. "importance": "unimportant"
  674. },
  675. {
  676. "location": {
  677. "physicalLocation": {
  678. "artifactLocation": {
  679. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  680. },
  681. "region": {
  682. "startLine": 1222,
  683. "startColumn": 15
  684. }
  685. }
  686. },
  687. "importance": "unimportant"
  688. },
  689. {
  690. "location": {
  691. "physicalLocation": {
  692. "artifactLocation": {
  693. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  694. },
  695. "region": {
  696. "startLine": 1225,
  697. "startColumn": 15
  698. }
  699. }
  700. },
  701. "importance": "unimportant"
  702. },
  703. {
  704. "location": {
  705. "physicalLocation": {
  706. "artifactLocation": {
  707. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  708. },
  709. "region": {
  710. "startLine": 1226,
  711. "startColumn": 20
  712. }
  713. }
  714. },
  715. "importance": "unimportant"
  716. },
  717. {
  718. "location": {
  719. "physicalLocation": {
  720. "artifactLocation": {
  721. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  722. },
  723. "region": {
  724. "startLine": 1227,
  725. "startColumn": 11
  726. }
  727. }
  728. },
  729. "importance": "unimportant"
  730. },
  731. {
  732. "location": {
  733. "physicalLocation": {
  734. "artifactLocation": {
  735. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  736. },
  737. "region": {
  738. "startLine": 1228,
  739. "startColumn": 11
  740. }
  741. }
  742. },
  743. "importance": "unimportant"
  744. },
  745. {
  746. "location": {
  747. "physicalLocation": {
  748. "artifactLocation": {
  749. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  750. },
  751. "region": {
  752. "startLine": 1229,
  753. "startColumn": 20
  754. }
  755. }
  756. },
  757. "importance": "unimportant"
  758. },
  759. {
  760. "location": {
  761. "physicalLocation": {
  762. "artifactLocation": {
  763. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  764. },
  765. "region": {
  766. "startLine": 1231,
  767. "startColumn": 21
  768. }
  769. }
  770. },
  771. "importance": "unimportant"
  772. },
  773. {
  774. "location": {
  775. "physicalLocation": {
  776. "artifactLocation": {
  777. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  778. },
  779. "region": {
  780. "startLine": 1236,
  781. "startColumn": 15
  782. }
  783. }
  784. },
  785. "importance": "unimportant"
  786. },
  787. {
  788. "location": {
  789. "physicalLocation": {
  790. "artifactLocation": {
  791. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  792. },
  793. "region": {
  794. "startLine": 1237,
  795. "startColumn": 19
  796. }
  797. }
  798. },
  799. "importance": "unimportant"
  800. },
  801. {
  802. "location": {
  803. "physicalLocation": {
  804. "artifactLocation": {
  805. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  806. },
  807. "region": {
  808. "startLine": 1241,
  809. "startColumn": 26
  810. }
  811. }
  812. },
  813. "importance": "unimportant"
  814. },
  815. {
  816. "location": {
  817. "physicalLocation": {
  818. "artifactLocation": {
  819. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  820. },
  821. "region": {
  822. "startLine": 1258,
  823. "startColumn": 13
  824. }
  825. }
  826. },
  827. "importance": "unimportant"
  828. },
  829. {
  830. "location": {
  831. "physicalLocation": {
  832. "artifactLocation": {
  833. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  834. },
  835. "region": {
  836. "startLine": 1272,
  837. "startColumn": 17
  838. }
  839. }
  840. },
  841. "importance": "unimportant"
  842. },
  843. {
  844. "location": {
  845. "physicalLocation": {
  846. "artifactLocation": {
  847. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  848. },
  849. "region": {
  850. "startLine": 1279,
  851. "startColumn": 16
  852. }
  853. }
  854. },
  855. "importance": "unimportant"
  856. },
  857. {
  858. "location": {
  859. "physicalLocation": {
  860. "artifactLocation": {
  861. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  862. },
  863. "region": {
  864. "startLine": 1281,
  865. "startColumn": 14
  866. }
  867. }
  868. },
  869. "importance": "unimportant"
  870. },
  871. {
  872. "location": {
  873. "physicalLocation": {
  874. "artifactLocation": {
  875. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  876. },
  877. "region": {
  878. "startLine": 1282,
  879. "startColumn": 14
  880. }
  881. }
  882. },
  883. "importance": "unimportant"
  884. },
  885. {
  886. "location": {
  887. "physicalLocation": {
  888. "artifactLocation": {
  889. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  890. },
  891. "region": {
  892. "startLine": 1284,
  893. "startColumn": 26
  894. }
  895. }
  896. },
  897. "importance": "unimportant"
  898. },
  899. {
  900. "location": {
  901. "physicalLocation": {
  902. "artifactLocation": {
  903. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  904. },
  905. "region": {
  906. "startLine": 1326,
  907. "startColumn": 15
  908. }
  909. }
  910. },
  911. "importance": "unimportant"
  912. },
  913. {
  914. "location": {
  915. "physicalLocation": {
  916. "artifactLocation": {
  917. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  918. },
  919. "region": {
  920. "startLine": 1327,
  921. "startColumn": 16
  922. }
  923. }
  924. },
  925. "importance": "unimportant"
  926. },
  927. {
  928. "location": {
  929. "physicalLocation": {
  930. "artifactLocation": {
  931. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  932. },
  933. "region": {
  934. "startLine": 1329,
  935. "startColumn": 13
  936. }
  937. }
  938. },
  939. "importance": "unimportant"
  940. },
  941. {
  942. "location": {
  943. "physicalLocation": {
  944. "artifactLocation": {
  945. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  946. },
  947. "region": {
  948. "startLine": 1334,
  949. "startColumn": 9
  950. }
  951. }
  952. },
  953. "importance": "unimportant"
  954. },
  955. {
  956. "location": {
  957. "physicalLocation": {
  958. "artifactLocation": {
  959. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  960. },
  961. "region": {
  962. "startLine": 1338,
  963. "startColumn": 24
  964. }
  965. }
  966. },
  967. "importance": "unimportant"
  968. },
  969. {
  970. "location": {
  971. "physicalLocation": {
  972. "artifactLocation": {
  973. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  974. },
  975. "region": {
  976. "startLine": 1348,
  977. "startColumn": 22
  978. }
  979. }
  980. },
  981. "importance": "unimportant"
  982. },
  983. {
  984. "location": {
  985. "physicalLocation": {
  986. "artifactLocation": {
  987. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  988. },
  989. "region": {
  990. "startLine": 1358,
  991. "startColumn": 12
  992. }
  993. }
  994. },
  995. "importance": "unimportant"
  996. },
  997. {
  998. "location": {
  999. "physicalLocation": {
  1000. "artifactLocation": {
  1001. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1002. },
  1003. "region": {
  1004. "startLine": 1360,
  1005. "startColumn": 16
  1006. }
  1007. }
  1008. },
  1009. "importance": "unimportant"
  1010. },
  1011. {
  1012. "location": {
  1013. "physicalLocation": {
  1014. "artifactLocation": {
  1015. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1016. },
  1017. "region": {
  1018. "startLine": 1361,
  1019. "startColumn": 15
  1020. }
  1021. },
  1022. "message": {
  1023. "text": "\"dot_array\" ist ein Array mit 0 Byte."
  1024. }
  1025. },
  1026. "kinds": [
  1027. "declaration"
  1028. ],
  1029. "importance": "essential"
  1030. },
  1031. {
  1032. "location": {
  1033. "physicalLocation": {
  1034. "artifactLocation": {
  1035. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1036. },
  1037. "region": {
  1038. "startLine": 1364,
  1039. "startColumn": 18
  1040. }
  1041. }
  1042. },
  1043. "importance": "unimportant"
  1044. },
  1045. {
  1046. "location": {
  1047. "physicalLocation": {
  1048. "artifactLocation": {
  1049. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1050. },
  1051. "region": {
  1052. "startLine": 1366,
  1053. "startColumn": 22
  1054. }
  1055. },
  1056. "message": {
  1057. "text": "Diese Verzweigung überspringen (Annahme: \"padding_dots>=9\" ist false)"
  1058. }
  1059. },
  1060. "kinds": [
  1061. "branch"
  1062. ],
  1063. "importance": "important"
  1064. },
  1065. {
  1066. "location": {
  1067. "physicalLocation": {
  1068. "artifactLocation": {
  1069. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1070. },
  1071. "region": {
  1072. "startLine": 1398,
  1073. "startColumn": 16
  1074. }
  1075. },
  1076. "message": {
  1077. "text": "Diese Verzweigung überspringen (Annahme: \"structapp_size\" ist false)"
  1078. }
  1079. },
  1080. "kinds": [
  1081. "branch"
  1082. ],
  1083. "importance": "important"
  1084. },
  1085. {
  1086. "location": {
  1087. "physicalLocation": {
  1088. "artifactLocation": {
  1089. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1090. },
  1091. "region": {
  1092. "startLine": 1405,
  1093. "startColumn": 9
  1094. }
  1095. },
  1096. "message": {
  1097. "text": "Diese Verzweigung überspringen (Annahme: \"debug_print\" ist false)"
  1098. }
  1099. },
  1100. "kinds": [
  1101. "branch"
  1102. ],
  1103. "importance": "important"
  1104. },
  1105. {
  1106. "location": {
  1107. "physicalLocation": {
  1108. "artifactLocation": {
  1109. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1110. },
  1111. "region": {
  1112. "startLine": 1419,
  1113. "startColumn": 16
  1114. }
  1115. }
  1116. },
  1117. "importance": "unimportant"
  1118. },
  1119. {
  1120. "location": {
  1121. "physicalLocation": {
  1122. "artifactLocation": {
  1123. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1124. },
  1125. "region": {
  1126. "startLine": 1421,
  1127. "startColumn": 27
  1128. }
  1129. }
  1130. },
  1131. "importance": "unimportant"
  1132. },
  1133. {
  1134. "location": {
  1135. "physicalLocation": {
  1136. "artifactLocation": {
  1137. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1138. },
  1139. "region": {
  1140. "startLine": 1423,
  1141. "startColumn": 9
  1142. }
  1143. },
  1144. "message": {
  1145. "text": "In diese Verzweigung eintreten (Annahme: \"user_mask\")"
  1146. }
  1147. },
  1148. "kinds": [
  1149. "branch"
  1150. ],
  1151. "importance": "important"
  1152. },
  1153. {
  1154. "location": {
  1155. "physicalLocation": {
  1156. "artifactLocation": {
  1157. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1158. },
  1159. "region": {
  1160. "startLine": 1424,
  1161. "startColumn": 19
  1162. }
  1163. }
  1164. },
  1165. "importance": "unimportant"
  1166. },
  1167. {
  1168. "location": {
  1169. "physicalLocation": {
  1170. "artifactLocation": {
  1171. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1172. },
  1173. "region": {
  1174. "startLine": 1425,
  1175. "startColumn": 13
  1176. }
  1177. },
  1178. "message": {
  1179. "text": "Diese Verzweigung überspringen (Annahme: \"debug_print\" ist false)"
  1180. }
  1181. },
  1182. "kinds": [
  1183. "branch"
  1184. ],
  1185. "importance": "important"
  1186. },
  1187. {
  1188. "location": {
  1189. "physicalLocation": {
  1190. "artifactLocation": {
  1191. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1192. },
  1193. "region": {
  1194. "startLine": 1503,
  1195. "startColumn": 18
  1196. }
  1197. }
  1198. },
  1199. "importance": "unimportant"
  1200. },
  1201. {
  1202. "location": {
  1203. "physicalLocation": {
  1204. "artifactLocation": {
  1205. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1206. },
  1207. "region": {
  1208. "startLine": 1505,
  1209. "startColumn": 9
  1210. }
  1211. },
  1212. "message": {
  1213. "text": "Diese Verzweigung überspringen (Annahme: \"debug_print\" ist false)"
  1214. }
  1215. },
  1216. "kinds": [
  1217. "branch"
  1218. ],
  1219. "importance": "important"
  1220. },
  1221. {
  1222. "location": {
  1223. "physicalLocation": {
  1224. "artifactLocation": {
  1225. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1226. },
  1227. "region": {
  1228. "startLine": 1518,
  1229. "startColumn": 23
  1230. }
  1231. }
  1232. },
  1233. "importance": "unimportant"
  1234. },
  1235. {
  1236. "location": {
  1237. "physicalLocation": {
  1238. "artifactLocation": {
  1239. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1240. },
  1241. "region": {
  1242. "startLine": 1521,
  1243. "startColumn": 13
  1244. }
  1245. }
  1246. },
  1247. "importance": "unimportant"
  1248. },
  1249. {
  1250. "location": {
  1251. "physicalLocation": {
  1252. "artifactLocation": {
  1253. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1254. },
  1255. "region": {
  1256. "startLine": 1521,
  1257. "startColumn": 37
  1258. }
  1259. }
  1260. },
  1261. "importance": "unimportant"
  1262. },
  1263. {
  1264. "location": {
  1265. "physicalLocation": {
  1266. "artifactLocation": {
  1267. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1268. },
  1269. "region": {
  1270. "startLine": 1524,
  1271. "startColumn": 9
  1272. }
  1273. },
  1274. "message": {
  1275. "text": "Diese Verzweigung überspringen (Annahme: \"debug_print\" ist false)"
  1276. }
  1277. },
  1278. "kinds": [
  1279. "branch"
  1280. ],
  1281. "importance": "important"
  1282. },
  1283. {
  1284. "location": {
  1285. "physicalLocation": {
  1286. "artifactLocation": {
  1287. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1288. },
  1289. "region": {
  1290. "startLine": 1526,
  1291. "startColumn": 22
  1292. }
  1293. },
  1294. "message": {
  1295. "text": "\"dot_array\" ist ein Eingabe-/Ausgabeargument für \"dc_fold_dotstream\" (in Zeile 1093 deklariert)"
  1296. }
  1297. },
  1298. "kinds": [
  1299. "declaration"
  1300. ],
  1301. "importance": "important"
  1302. },
  1303. {
  1304. "location": {
  1305. "physicalLocation": {
  1306. "artifactLocation": {
  1307. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1308. },
  1309. "region": {
  1310. "startLine": 1528,
  1311. "startColumn": 19
  1312. }
  1313. },
  1314. "message": {
  1315. "text": "Diese Verzweigung überspringen (Annahme: \"best_mask>=4\" ist false)"
  1316. }
  1317. },
  1318. "kinds": [
  1319. "branch"
  1320. ],
  1321. "importance": "important"
  1322. },
  1323. {
  1324. "location": {
  1325. "physicalLocation": {
  1326. "artifactLocation": {
  1327. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1328. },
  1329. "region": {
  1330. "startLine": 1533,
  1331. "startColumn": 19
  1332. }
  1333. }
  1334. },
  1335. "importance": "unimportant"
  1336. },
  1337. {
  1338. "location": {
  1339. "physicalLocation": {
  1340. "artifactLocation": {
  1341. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1342. },
  1343. "region": {
  1344. "startLine": 1534,
  1345. "startColumn": 18
  1346. }
  1347. }
  1348. },
  1349. "importance": "unimportant"
  1350. },
  1351. {
  1352. "location": {
  1353. "physicalLocation": {
  1354. "artifactLocation": {
  1355. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1356. },
  1357. "region": {
  1358. "startLine": 1536,
  1359. "startColumn": 12
  1360. }
  1361. },
  1362. "message": {
  1363. "text": "\"k\" ist NULL"
  1364. }
  1365. },
  1366. "kinds": [
  1367. "declaration"
  1368. ],
  1369. "importance": "essential"
  1370. },
  1371. {
  1372. "location": {
  1373. "physicalLocation": {
  1374. "artifactLocation": {
  1375. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1376. },
  1377. "region": {
  1378. "startLine": 1536,
  1379. "startColumn": 19
  1380. }
  1381. },
  1382. "message": {
  1383. "text": "In diese Schleife eintreten (Annahme: \"k<height\")"
  1384. }
  1385. },
  1386. "kinds": [
  1387. "branch"
  1388. ],
  1389. "importance": "important"
  1390. },
  1391. {
  1392. "location": {
  1393. "physicalLocation": {
  1394. "artifactLocation": {
  1395. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1396. },
  1397. "region": {
  1398. "startLine": 1537,
  1399. "startColumn": 16
  1400. }
  1401. }
  1402. },
  1403. "importance": "unimportant"
  1404. },
  1405. {
  1406. "location": {
  1407. "physicalLocation": {
  1408. "artifactLocation": {
  1409. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1410. },
  1411. "region": {
  1412. "startLine": 1537,
  1413. "startColumn": 23
  1414. }
  1415. },
  1416. "message": {
  1417. "text": "In diese Schleife eintreten (Annahme: \"j<width\")"
  1418. }
  1419. },
  1420. "kinds": [
  1421. "branch"
  1422. ],
  1423. "importance": "important"
  1424. },
  1425. {
  1426. "location": {
  1427. "physicalLocation": {
  1428. "artifactLocation": {
  1429. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1430. },
  1431. "region": {
  1432. "startLine": 1538,
  1433. "startColumn": 44
  1434. }
  1435. },
  1436. "message": {
  1437. "text": "Diese Verzweigung überspringen (Annahme: \"dot_array[((k*width))+j]==49\" ist false)"
  1438. }
  1439. },
  1440. "kinds": [
  1441. "branch"
  1442. ],
  1443. "importance": "important"
  1444. },
  1445. {
  1446. "location": {
  1447. "physicalLocation": {
  1448. "artifactLocation": {
  1449. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1450. },
  1451. "region": {
  1452. "startLine": 1537,
  1453. "startColumn": 33
  1454. }
  1455. }
  1456. },
  1457. "importance": "unimportant"
  1458. },
  1459. {
  1460. "location": {
  1461. "physicalLocation": {
  1462. "artifactLocation": {
  1463. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1464. },
  1465. "region": {
  1466. "startLine": 1537,
  1467. "startColumn": 23
  1468. }
  1469. },
  1470. "message": {
  1471. "text": "Diese Schleife fortsetzen (Annahme: \"j<width\")"
  1472. }
  1473. },
  1474. "kinds": [
  1475. "branch"
  1476. ],
  1477. "importance": "important"
  1478. },
  1479. {
  1480. "location": {
  1481. "physicalLocation": {
  1482. "artifactLocation": {
  1483. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1484. },
  1485. "region": {
  1486. "startLine": 1538,
  1487. "startColumn": 44
  1488. }
  1489. },
  1490. "message": {
  1491. "text": "Diese Verzweigung überspringen (Annahme: \"dot_array[((k*width))+j]==49\" ist false)"
  1492. }
  1493. },
  1494. "kinds": [
  1495. "branch"
  1496. ],
  1497. "importance": "important"
  1498. },
  1499. {
  1500. "location": {
  1501. "physicalLocation": {
  1502. "artifactLocation": {
  1503. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1504. },
  1505. "region": {
  1506. "startLine": 1538,
  1507. "startColumn": 44
  1508. }
  1509. },
  1510. "message": {
  1511. "text": "Ungültiger Lesevorgang von \"dot_array\" (außerhalb des lesbaren Bereichs)"
  1512. }
  1513. },
  1514. "kinds": [
  1515. "usage"
  1516. ],
  1517. "importance": "essential"
  1518. }
  1519. ]
  1520. }
  1521. ]
  1522. }
  1523. ]
  1524. }
  1525. ],
  1526. "tool": {
  1527. "driver": {
  1528. "name": "PREfast",
  1529. "fullName": "PREfast Code Analysis",
  1530. "version": "14.29.30159.0",
  1531. "informationUri": "https://aka.ms/cpp/ca"
  1532. }
  1533. },
  1534. "invocations": [
  1535. {
  1536. "commandLine": "D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\c1.dll -ACf{1F7B090C-16DB-4822-966A-A93D26ED4681} -ACpmspft140.dll -Alint -D_PREFAST_ -D_AST_FE_ -Analyze -zm0x00007FF62CE9FC60 -il C:\\Users\\wruser\\AppData\\Local\\Temp\\_CL_4cda90f0ast -typedil -f ..\\..\\thirdparty\\zint\\backend\\dotcode.c -Ze -D_MSC_EXTENSIONS -Zp16 -pc \\:/ -D_MSC_VER=1929 -D_MSC_FULL_VER=192930159 -D_MSC_BUILD=0 -D_M_AMD64=100 -ZILP448 -D_M_X64=100 -D_WIN64 -D_WIN32 -I C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\thirdparty\\zxing-cpp\\core\\src -I C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\scripts\\zxing-cpp\\ -I C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\thirdparty\\zint\\backend -nologo -W 3 -diagnostics:column -GF -Og -Ot -Oy -Oi -ltcg -DCODE_ANALYSIS -DZXING_HAS_CHAR8 -DZXING_USE_ZINT -DZXING_EXPERIMENTAL_API -DZINT_NO_PNG -D_CRT_SECURE_NO_WARNINGS -DWIN32 -DNDEBUG -D_LIB -D_MT -D_DLL -GS -D_M_FP_PRECISE -Fox64\\Release\\libzxing\\dotcode.obj -FdC:\\Users\\wruser\\source\\repos\\SharpMuPDF\\x64\\Release\\libzxing.pdb -external:W 3 -Gd -wd 4244 -wd 4267 -wd 4566 -wd 4018 -analyze:projectdirectory C:\\Users\\wruser\\source\\repos\\SharpMuPDF\\mupdf\\platform\\win32 -analyze:rulesetdirectory ;D:\\Programme\\VS2022\\Team Tools\\Static Analysis Tools\\\\Rule Sets; -analyze:ruleset D:\\Programme\\VS2022\\Team Tools\\Static Analysis Tools\\Rule Sets\\NativeRecommendedRules.ruleset -analyze:quiet -analyze:plugin D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\EspXEngine.dll -FC -errorreport:prompt -I D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\include -I D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\atlmfc\\include -I D:\\Programme\\VS2022\\VC\\Auxiliary\\VS\\include -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\ucrt -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\um -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\shared -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\winrt -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\cppwinrt -I C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\Include\\um -external:I D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\include -I D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\include -external:I D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\atlmfc\\include -I D:\\Programme\\VS2022\\VC\\Tools\\MSVC\\14.29.30133\\atlmfc\\include -external:I D:\\Programme\\VS2022\\VC\\Auxiliary\\VS\\include -I D:\\Programme\\VS2022\\VC\\Auxiliary\\VS\\include -external:I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\ucrt -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\ucrt -external:I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\um -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\um -external:I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\shared -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\shared -external:I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\winrt -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\winrt -external:I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\cppwinrt -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\cppwinrt -external:I C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\Include\\um -I C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\Include\\um",
  1537. "executionSuccessful": true
  1538. }
  1539. ],
  1540. "artifacts": [
  1541. {
  1542. "location": {
  1543. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/emf.c"
  1544. },
  1545. "roles": [
  1546. "analysisTarget",
  1547. "resultFile"
  1548. ],
  1549. "hashes": {
  1550. "md5": "6d535616aa38ecd3bd9157b4f1ba2f1e"
  1551. }
  1552. },
  1553. {
  1554. "location": {
  1555. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/common.h"
  1556. },
  1557. "hashes": {
  1558. "md5": "4204dbbc879b836e2d98ba7e947037ca"
  1559. }
  1560. },
  1561. {
  1562. "location": {
  1563. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/zint.h"
  1564. },
  1565. "hashes": {
  1566. "md5": "52ace3d3df4d440075f3460c1759b827"
  1567. }
  1568. },
  1569. {
  1570. "location": {
  1571. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/zintconfig.h"
  1572. },
  1573. "hashes": {
  1574. "md5": "c79a63ec9936f235fa16610640c6ddb4"
  1575. }
  1576. },
  1577. {
  1578. "location": {
  1579. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/filemem.h"
  1580. },
  1581. "hashes": {
  1582. "md5": "6af75d55db05fdefb3fdc0db6e6fb1a2"
  1583. }
  1584. },
  1585. {
  1586. "location": {
  1587. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/output.h"
  1588. },
  1589. "hashes": {
  1590. "md5": "15c62089655f396890f0d781baffdfef"
  1591. }
  1592. },
  1593. {
  1594. "location": {
  1595. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/emf.h"
  1596. },
  1597. "hashes": {
  1598. "md5": "998da547ba5b99b51f7a0b0f1f0a47c9"
  1599. }
  1600. },
  1601. {
  1602. "location": {
  1603. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/eci.c"
  1604. },
  1605. "roles": [
  1606. "analysisTarget",
  1607. "resultFile"
  1608. ],
  1609. "hashes": {
  1610. "md5": "e9678c6c10d7b5d416c03c8858c45a9b"
  1611. }
  1612. },
  1613. {
  1614. "location": {
  1615. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/eci.h"
  1616. },
  1617. "hashes": {
  1618. "md5": "f2f0f7c011dc0a0d7c510f2fdbc70c6c"
  1619. }
  1620. },
  1621. {
  1622. "location": {
  1623. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/eci_sb.h"
  1624. },
  1625. "hashes": {
  1626. "md5": "26ea335e85f642fb5339f3fc239e686a"
  1627. }
  1628. },
  1629. {
  1630. "location": {
  1631. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/big5.h"
  1632. },
  1633. "hashes": {
  1634. "md5": "e0c8c14a7b09e5675d12982e3cb39a32"
  1635. }
  1636. },
  1637. {
  1638. "location": {
  1639. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/gb18030.h"
  1640. },
  1641. "hashes": {
  1642. "md5": "39f30b9e58753bc6f287fcecb6cc0cfa"
  1643. }
  1644. },
  1645. {
  1646. "location": {
  1647. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/gb2312.h"
  1648. },
  1649. "hashes": {
  1650. "md5": "6fce7e1ba34bc0c1375189bd99e55a72"
  1651. }
  1652. },
  1653. {
  1654. "location": {
  1655. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/gbk.h"
  1656. },
  1657. "hashes": {
  1658. "md5": "3d5503c61be97727c804403048bd4233"
  1659. }
  1660. },
  1661. {
  1662. "location": {
  1663. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/ksx1001.h"
  1664. },
  1665. "hashes": {
  1666. "md5": "55d60b433b9a99e93afe5a233085f810"
  1667. }
  1668. },
  1669. {
  1670. "location": {
  1671. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/sjis.h"
  1672. },
  1673. "hashes": {
  1674. "md5": "72248d7bc4d344332d8cac0034d817ee"
  1675. }
  1676. },
  1677. {
  1678. "location": {
  1679. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/dxfilmedge.c"
  1680. },
  1681. "roles": [
  1682. "analysisTarget"
  1683. ],
  1684. "hashes": {
  1685. "md5": "f87df1bd444800d9edec38462b4cad23"
  1686. }
  1687. },
  1688. {
  1689. "location": {
  1690. "uri": "file:///C:/Users/wruser/source/repos/SharpMuPDF/mupdf/thirdparty/zint/backend/dotcode.c"
  1691. },
  1692. "roles": [
  1693. "analysisTarget",
  1694. "resultFile"
  1695. ],
  1696. "hashes": {
  1697. "md5": "e3f523ef7dad9213e8e718188c429f89"
  1698. }
  1699. },
  1700. {
  1701. "location": {
  1702. "uri": "file:///c:/users/wruser/source/repos/sharpmupdf/mupdf/thirdparty/zint/backend/gs1.h"
  1703. },
  1704. "hashes": {
  1705. "md5": "d43346840a9524bd9b70a3ab634e2a1c"
  1706. }
  1707. }
  1708. ]
  1709. }
  1710. ]
  1711. }