Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: f67e1934d985dcb8a465dcf44484be3688be99a5
      
https://github.com/tianocore/edk2/commit/f67e1934d985dcb8a465dcf44484be3688be99a5
  Author: Nickle Wang <[email protected]>
  Date:   2023-09-22 (Fri, 22 Sep 2023)

  Changed paths:
    M RedfishPkg/Library/JsonLib/JsonLib.c
    M RedfishPkg/Library/JsonLib/JsonLib.inf

  Log Message:
  -----------
  RedfishPkg/JsonLib: fix JsonObjectGetValue issue

JsonObjectGetValue() cannot find corresponding JSON value
when the EDKII_JSON_VALUE object is created by another UEFI
driver. This is because "hashtable_seed" is initialized by
current time while JsonLib is loaded. So, "hashtable_seed"
will be different in each individual UEFI driver.

Signed-off-by: Nickle Wang <[email protected]>
Cc: Abner Chang <[email protected]>
Cc: Igor Kulchytskyy <[email protected]>
Cc: Nick Ramirez <[email protected]>
Reviewed-by: Igor Kulchytskyy <[email protected]>
Reviewed-by: Abner Chang <[email protected]>




_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to