Commit 9805cf4
committed
Remove incorrect addressof from InstallConfigurationTable sample
InstallConfigurationTable takes a pointer to a GUID and a pointer to a
buffer.
The sample passes the pointer to the pointer, which means the sample is
wrong.
When developers use this sample as the starting point for their code,
they will have a bug that is very tricky to see in their code and tricky
to diagnose.
This issue wasted several hours of my time today.1 parent 20da2f1 commit 9805cf4
File tree
1 file changed
+1
-1
lines changed- 5_uefi_services/52_services_that_uefi_drivers_rarely_use
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments