Commit 44f84eb
committed
Do not ignore ClassLoader::ResolveTokenToTypeDefThrowing return values
ResolveTokenToTypeDefThrowing can return FALSE in some situations when the token cannot be resolved. The calling code has to deal with the situation gracefully since the [out] arguments are not initialized in that case.
Related to #1217911 parent 5735338 commit 44f84eb
2 files changed
+15
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2315 | 2315 | | |
2316 | 2316 | | |
2317 | 2317 | | |
2318 | | - | |
2319 | | - | |
| 2318 | + | |
2320 | 2319 | | |
2321 | | - | |
| 2320 | + | |
| 2321 | + | |
| 2322 | + | |
| 2323 | + | |
2322 | 2324 | | |
2323 | 2325 | | |
2324 | 2326 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3872 | 3872 | | |
3873 | 3873 | | |
3874 | 3874 | | |
3875 | | - | |
| 3875 | + | |
| 3876 | + | |
| 3877 | + | |
| 3878 | + | |
| 3879 | + | |
3876 | 3880 | | |
3877 | 3881 | | |
3878 | 3882 | | |
| |||
3907 | 3911 | | |
3908 | 3912 | | |
3909 | 3913 | | |
3910 | | - | |
3911 | | - | |
3912 | | - | |
| 3914 | + | |
3913 | 3915 | | |
3914 | | - | |
| 3916 | + | |
| 3917 | + | |
| 3918 | + | |
| 3919 | + | |
3915 | 3920 | | |
3916 | 3921 | | |
3917 | 3922 | | |
| |||
0 commit comments