codablock.nativecodeanalysis.sarif 70 KB

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