]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/RegularExpressionDxe: Add two missing null pointer checks
authorLiming Gao <liming.gao@intel.com>
Mon, 12 Aug 2019 02:52:18 +0000 (10:52 +0800)
committerLiming Gao <liming.gao@intel.com>
Tue, 13 Aug 2019 09:05:31 +0000 (17:05 +0800)
commita7b54d1821ad2a7c88ddc1a8dba257c51aac86b8
tree84b93cb140204990aa812b1e244ed2dab9d8365a
parentb26691c47188ce255b8a4d920bf07ddf1431e2cd
MdeModulePkg/RegularExpressionDxe: Add two missing null pointer checks

After update Oniguruma from v6.9.0 to v6.9.3, two null pointer check
should be added.
This change bases on the patch https://edk2.groups.io/g/devel/message/45183.

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.c