reactos/drivers/bus
Stanislav Motylkov c57d0b7b98
[ACPI] Do not panic if ProcessorNameString does not exist
Windows does not create this value in the registry if the processor core
does not expose the Brand String. It's an optional value and existing code
accessing it already has proper NULL checks:
https://git.reactos.org/?p=reactos.git;a=blob;f=drivers/bus/acpi/buspdo.c;hb=b96e88894a4d55f5e8b94430deeb0f086151b24f#l748

This is the proper fix for regression in CORE-7952.
Addendum to 48912992 (r61666) and 4d992804 (r62642).

CORE-17413
2020-12-30 19:38:33 +03:00
..
acpi [ACPI] Do not panic if ProcessorNameString does not exist 2020-12-30 19:38:33 +03:00
isapnp [ISAPNP] Properly stub IRP_MJ_POWER 2020-07-30 13:24:29 +02:00
pci [PCI] Accept a bus number range instead of a single bus number 2020-11-15 18:38:37 +01:00
pcix [CMAKE] Implement PCH builds with target_precompile_headers. CORE-16905 2020-06-06 21:58:41 +03:00
pcmcia [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
CMakeLists.txt