about summary refs log tree commit diff stats
path: root/bonus/gmifetch/.gitignore
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-11-17 23:36:55 +0100
committerbptato <nincsnevem662@gmail.com>2023-11-17 23:48:50 +0100
commit3fa12b2101d803629f15072eed7a67c892b6547e (patch)
tree466392a0a9311f5099f646982f0baf83bc1b8aad /bonus/gmifetch/.gitignore
parent1968c3b155123dc8e13c2908bcae74bb003e7c92 (diff)
downloadchawan-3fa12b2101d803629f15072eed7a67c892b6547e.tar.gz
gmifetch: fix uninitialized memory access & UAF
C is scary
Diffstat (limited to 'bonus/gmifetch/.gitignore')
0 files changed, 0 insertions, 0 deletions
he previous revision' href='/akkartik/mu/blame/cpp/.traces/lesser_than?h=hlt&id=100157d1a83ccb02d82af21c5767ecda3d7cb1c2'>^
6f5d7864 ^
9dc29482 ^

6f5d7864 ^
9dc29482 ^

6f5d7864 ^
9dc29482 ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
                       

                                                                                  
                       

                                                                                  
                        


                                                                               
                         

                            
                         

                            
                         





                            
parse/0: instruction: 1
parse/0:   ingredient: {name: "32", value: 32, type: 0, properties: [32: literal]}
parse/0:   product: {name: "1", value: 1, type: 1, properties: [1: integer]}
parse/0: instruction: 1
parse/0:   ingredient: {name: "33", value: 33, type: 0, properties: [33: literal]}
parse/0:   product: {name: "2", value: 2, type: 1, properties: [2: integer]}
parse/0: instruction: 15
parse/0:   ingredient: {name: "1", value: 1, type: 1, properties: [1: integer]}
parse/0:   ingredient: {name: "2", value: 2, type: 1, properties: [2: integer]}
parse/0:   product: {name: "3", value: 3, type: 1, properties: [3: integer]}
run/0: instruction main/0
run/0: ingredient 0 is 32
mem/0: storing in location 1
run/0: instruction main/1
run/0: ingredient 0 is 33
mem/0: storing in location 2
run/0: instruction main/2
run/0: ingredient 0 is 1
mem/0: location 1 is 32
run/0: ingredient 1 is 2
mem/0: location 2 is 33
run/0: product 0 is 1
mem/0: storing in location 3