diff options
author | Nickle Wang <nicklew@nvidia.com> | 2023-09-18 20:03:30 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-09-22 03:59:03 +0000 |
commit | f67e1934d985dcb8a465dcf44484be3688be99a5 (patch) | |
tree | 6f949a22933265de6b811c28043c3734146435e4 /.mergify | |
parent | ea628f28e59849ee7b91e6660c0ecd1a5c6e0884 (diff) | |
download | edk2-f67e1934d985dcb8a465dcf44484be3688be99a5.tar.gz |
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 <nicklew@nvidia.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Igor Kulchytskyy <igork@ami.com>
Cc: Nick Ramirez <nramirez@nvidia.com>
Reviewed-by: Igor Kulchytskyy <igork@ami.com>
Reviewed-by: Abner Chang <abner.chang@amd.com>
Diffstat (limited to '.mergify')
0 files changed, 0 insertions, 0 deletions