Commit a17a971
[clang][bytecode] Don't crash on a null Descriptor (llvm#160506)
... for dynamic memory allocation. This happens when the requested array
size is too large.
Fixes llvm#1529511 parent 1e1b9bc commit a17a971
File tree
2 files changed
+16
-0
lines changed- clang
- lib/AST/ByteCode
- test/AST/ByteCode
2 files changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3534 | 3534 | | |
3535 | 3535 | | |
3536 | 3536 | | |
| 3537 | + | |
| 3538 | + | |
| 3539 | + | |
3537 | 3540 | | |
3538 | 3541 | | |
3539 | 3542 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1091 | 1091 | | |
1092 | 1092 | | |
1093 | 1093 | | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
1094 | 1107 | | |
1095 | 1108 | | |
1096 | 1109 | | |
| |||
0 commit comments