public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* Re: [edk2-devel] [Patch] MdeModulePkg RegularExpressionDxe: Update Oniguruma from v6.9.0 to v6.9.3
       [not found] <15B8F5E6C2C74026.10163@groups.io>
@ 2019-08-08 13:52 ` Liming Gao
  2019-08-08 14:51   ` Leif Lindholm
                     ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Liming Gao @ 2019-08-08 13:52 UTC (permalink / raw)
  To: devel@edk2.groups.io, Gao, Liming
  Cc: Wang, Jian J, Wu, Hao A, Cinnamon Shia, leif.lindholm@linaro.org,
	afish@apple.com, Laszlo Ersek (lersek@redhat.com),
	Kinney, Michael D, Cetola, Stephano

Hi, all
  This patch is big. I upload it into https://github.com/lgao4/edk2/tree/Oniguruma6.9.3 for your review. 

Hi, Stewards:
   Oniguruma version v6.9.3 is released for security fix. So, I plan to include this update for 201908 stable tag. If you have any comments, please let me know. 

Thanks
Liming
>-----Original Message-----
>From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
>Liming Gao
>Sent: Thursday, August 08, 2019 9:31 PM
>To: devel@edk2.groups.io
>Cc: Wang, Jian J <jian.j.wang@intel.com>; Wu, Hao A <hao.a.wu@intel.com>;
>Cinnamon Shia <cinnamon.shia@hpe.com>
>Subject: [edk2-devel] [Patch] MdeModulePkg RegularExpressionDxe: Update
>Oniguruma from v6.9.0 to v6.9.3
>
>BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2066
>Update Oniguruma to the latest version v6.9.3.
>Oniguruma https://github.com/kkos/oniguruma
>This release is the security fix release. It includes the changes:
>Fixed CVE-2019-13224
>Fixed CVE-2019-13225
>Fixed many problems (found by libfuzzer programs)
>
>Verify VS2015, GCC5 build.
>Verify RegularExpressionProtocol GetInfo() and Match() function.
>
>Cc: Jian J Wang <jian.j.wang@intel.com>
>Cc: Hao A Wu <hao.a.wu@intel.com>
>Cc: Cinnamon Shia <cinnamon.shia@hpe.com>
>Signed-off-by: Liming Gao <liming.gao@intel.com>
>---
> MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ascii.c
>|    2 +-
> MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c
>| 2433 +++++++++++--------
> MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regenc.c
>|   82 +-
> MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regerror.c
>|   63 +-
> MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regexec.c
>| 2672 +++++++++++----------
> MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/reggnu.c
>|   22 +-
> MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.c
>|  702 +++---
> MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposerr.c
>|   12 +-
> MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposix.c
>|   16 +-
> MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regsyntax.c
>|   12 +-
> MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode.c
>|  289 ++-
>
>MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_egcb
>_data.c           |   31 +-
>
>MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_fold1
>_key.c           | 2689 ++++++++++-----------
>
>MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_fold2
>_key.c           |    4 +-
>
>MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_fold3
>_key.c           |    4 +-
>
>MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_fold_
>data.c           | 2256 +++++++++---------
>
>MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_prop
>erty_data.c       | 8545 +++++++++++++++++++++++++++++++++++------------
>--------------------
>
>MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_prop
>erty_data_posix.c |  410 ++--
>
>MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_unfol
>d_key.c          | 3253 +++++++++++++-------------
>
>MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_wb_d
>ata.c             | 1023 ++++++++
> MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/utf16_le.c
>|   36 +-
> MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/oniguruma.h
>|   21 +-
> MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regenc.h
>|   23 +-
> MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regint.h
>|  438 ++--
> MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.h
>|  313 ++-
> 25 files changed, 14055 insertions(+), 11296 deletions(-)
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [edk2-devel] [Patch] MdeModulePkg RegularExpressionDxe: Update Oniguruma from v6.9.0 to v6.9.3
  2019-08-08 13:52 ` [edk2-devel] [Patch] MdeModulePkg RegularExpressionDxe: Update Oniguruma from v6.9.0 to v6.9.3 Liming Gao
@ 2019-08-08 14:51   ` Leif Lindholm
  2019-08-09 13:51     ` Liming Gao
  2019-08-08 20:34   ` Laszlo Ersek
  2019-08-12  5:07   ` Wu, Hao A
  2 siblings, 1 reply; 5+ messages in thread
From: Leif Lindholm @ 2019-08-08 14:51 UTC (permalink / raw)
  To: Gao, Liming
  Cc: devel@edk2.groups.io, Wang, Jian J, Wu, Hao A, Cinnamon Shia,
	afish@apple.com, Laszlo Ersek (lersek@redhat.com),
	Kinney, Michael D, Cetola, Stephano

On Thu, Aug 08, 2019 at 01:52:36PM +0000, Gao, Liming wrote:
> Hi, all
>   This patch is big. I upload it into https://github.com/lgao4/edk2/tree/Oniguruma6.9.3 for your review. 
> 
> Hi, Stewards:
>    Oniguruma version v6.9.3 is released for security fix. So, I plan to include this update for 201908 stable tag. If you have any comments, please let me know. 

This version was only released 3 days ago, so I am OK with it being
included. (If this had been posted as an update to 6.9.2, I would have
questioned why it was being brought in so late in the cycle.)

Do we have confidence that we can achieve substantial testing before
the stable tag?

Is it feasible to convert this to a git submodule for future updates?

Best Regards,

Leif

> Thanks
> Liming
> >-----Original Message-----
> >From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> >Liming Gao
> >Sent: Thursday, August 08, 2019 9:31 PM
> >To: devel@edk2.groups.io
> >Cc: Wang, Jian J <jian.j.wang@intel.com>; Wu, Hao A <hao.a.wu@intel.com>;
> >Cinnamon Shia <cinnamon.shia@hpe.com>
> >Subject: [edk2-devel] [Patch] MdeModulePkg RegularExpressionDxe: Update
> >Oniguruma from v6.9.0 to v6.9.3
> >
> >BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2066
> >Update Oniguruma to the latest version v6.9.3.
> >Oniguruma https://github.com/kkos/oniguruma
> >This release is the security fix release. It includes the changes:
> >Fixed CVE-2019-13224
> >Fixed CVE-2019-13225
> >Fixed many problems (found by libfuzzer programs)
> >
> >Verify VS2015, GCC5 build.
> >Verify RegularExpressionProtocol GetInfo() and Match() function.
> >
> >Cc: Jian J Wang <jian.j.wang@intel.com>
> >Cc: Hao A Wu <hao.a.wu@intel.com>
> >Cc: Cinnamon Shia <cinnamon.shia@hpe.com>
> >Signed-off-by: Liming Gao <liming.gao@intel.com>
> >---
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ascii.c
> >|    2 +-
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c
> >| 2433 +++++++++++--------
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regenc.c
> >|   82 +-
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regerror.c
> >|   63 +-
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regexec.c
> >| 2672 +++++++++++----------
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/reggnu.c
> >|   22 +-
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.c
> >|  702 +++---
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposerr.c
> >|   12 +-
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposix.c
> >|   16 +-
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regsyntax.c
> >|   12 +-
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode.c
> >|  289 ++-
> >
> >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_egcb
> >_data.c           |   31 +-
> >
> >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_fold1
> >_key.c           | 2689 ++++++++++-----------
> >
> >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_fold2
> >_key.c           |    4 +-
> >
> >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_fold3
> >_key.c           |    4 +-
> >
> >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_fold_
> >data.c           | 2256 +++++++++---------
> >
> >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_prop
> >erty_data.c       | 8545 +++++++++++++++++++++++++++++++++++------------
> >--------------------
> >
> >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_prop
> >erty_data_posix.c |  410 ++--
> >
> >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_unfol
> >d_key.c          | 3253 +++++++++++++-------------
> >
> >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_wb_d
> >ata.c             | 1023 ++++++++
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/utf16_le.c
> >|   36 +-
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/oniguruma.h
> >|   21 +-
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regenc.h
> >|   23 +-
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regint.h
> >|  438 ++--
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.h
> >|  313 ++-
> > 25 files changed, 14055 insertions(+), 11296 deletions(-)
> >
> 
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [edk2-devel] [Patch] MdeModulePkg RegularExpressionDxe: Update Oniguruma from v6.9.0 to v6.9.3
  2019-08-08 13:52 ` [edk2-devel] [Patch] MdeModulePkg RegularExpressionDxe: Update Oniguruma from v6.9.0 to v6.9.3 Liming Gao
  2019-08-08 14:51   ` Leif Lindholm
@ 2019-08-08 20:34   ` Laszlo Ersek
  2019-08-12  5:07   ` Wu, Hao A
  2 siblings, 0 replies; 5+ messages in thread
From: Laszlo Ersek @ 2019-08-08 20:34 UTC (permalink / raw)
  To: Gao, Liming, devel@edk2.groups.io
  Cc: Wang, Jian J, Wu, Hao A, Cinnamon Shia, leif.lindholm@linaro.org,
	afish@apple.com, Kinney, Michael D, Cetola, Stephano

On 08/08/19 15:52, Gao, Liming wrote:
> Hi, all
>   This patch is big. I upload it into https://github.com/lgao4/edk2/tree/Oniguruma6.9.3 for your review. 
> 
> Hi, Stewards:
>    Oniguruma version v6.9.3 is released for security fix. So, I plan to include this update for 201908 stable tag. If you have any comments, please let me know. 

I would generally prefer large updates near the beginning of the
development cycle, but I can see that
<https://github.com/kkos/oniguruma/releases/tag/v6.9.3> was released
just three days ago. So, no objection from me.

I have a separate suggestion: can you please file a TianoCore feature
request BZ for the next development cycle, for investigating whether we
can consume Oniguruma through a git submodule?

Thanks,
Laszlo

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [edk2-devel] [Patch] MdeModulePkg RegularExpressionDxe: Update Oniguruma from v6.9.0 to v6.9.3
  2019-08-08 14:51   ` Leif Lindholm
@ 2019-08-09 13:51     ` Liming Gao
  0 siblings, 0 replies; 5+ messages in thread
From: Liming Gao @ 2019-08-09 13:51 UTC (permalink / raw)
  To: Leif Lindholm
  Cc: devel@edk2.groups.io, Wang, Jian J, Wu, Hao A, Cinnamon Shia,
	afish@apple.com, Laszlo Ersek (lersek@redhat.com),
	Kinney, Michael D, Cetola, Stephano

Leif:

> -----Original Message-----
> From: Leif Lindholm [mailto:leif.lindholm@linaro.org]
> Sent: Thursday, August 8, 2019 10:52 PM
> To: Gao, Liming <liming.gao@intel.com>
> Cc: devel@edk2.groups.io; Wang, Jian J <jian.j.wang@intel.com>; Wu, Hao A <hao.a.wu@intel.com>; Cinnamon Shia
> <cinnamon.shia@hpe.com>; afish@apple.com; Laszlo Ersek (lersek@redhat.com) <lersek@redhat.com>; Kinney, Michael D
> <michael.d.kinney@intel.com>; Cetola, Stephano <stephano.cetola@intel.com>
> Subject: Re: [edk2-devel] [Patch] MdeModulePkg RegularExpressionDxe: Update Oniguruma from v6.9.0 to v6.9.3
> 
> On Thu, Aug 08, 2019 at 01:52:36PM +0000, Gao, Liming wrote:
> > Hi, all
> >   This patch is big. I upload it into https://github.com/lgao4/edk2/tree/Oniguruma6.9.3 for your review.
> >
> > Hi, Stewards:
> >    Oniguruma version v6.9.3 is released for security fix. So, I plan to include this update for 201908 stable tag. If you have any
> comments, please let me know.
> 
> This version was only released 3 days ago, so I am OK with it being
> included. (If this had been posted as an update to 6.9.2, I would have
> questioned why it was being brought in so late in the cycle.)
> 
Yes. I find this version is just released. And, it is for security fix. So, I want to catch it for 201908 stable tag. 

> Do we have confidence that we can achieve substantial testing before
> the stable tag?

I verify its functionality by UEFI SCT RegularExpressionProtocol. 
This driver is used to produce RegularExpressionProtocol.

> 
> Is it feasible to convert this to a git submodule for future updates?
> 

I will submit one BZ for it. This need to contribute some change back to Oniguruma project for EDK2. 

Thanks
Liming
> Best Regards,
> 
> Leif
> 
> > Thanks
> > Liming
> > >-----Original Message-----
> > >From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> > >Liming Gao
> > >Sent: Thursday, August 08, 2019 9:31 PM
> > >To: devel@edk2.groups.io
> > >Cc: Wang, Jian J <jian.j.wang@intel.com>; Wu, Hao A <hao.a.wu@intel.com>;
> > >Cinnamon Shia <cinnamon.shia@hpe.com>
> > >Subject: [edk2-devel] [Patch] MdeModulePkg RegularExpressionDxe: Update
> > >Oniguruma from v6.9.0 to v6.9.3
> > >
> > >BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2066
> > >Update Oniguruma to the latest version v6.9.3.
> > >Oniguruma https://github.com/kkos/oniguruma
> > >This release is the security fix release. It includes the changes:
> > >Fixed CVE-2019-13224
> > >Fixed CVE-2019-13225
> > >Fixed many problems (found by libfuzzer programs)
> > >
> > >Verify VS2015, GCC5 build.
> > >Verify RegularExpressionProtocol GetInfo() and Match() function.
> > >
> > >Cc: Jian J Wang <jian.j.wang@intel.com>
> > >Cc: Hao A Wu <hao.a.wu@intel.com>
> > >Cc: Cinnamon Shia <cinnamon.shia@hpe.com>
> > >Signed-off-by: Liming Gao <liming.gao@intel.com>
> > >---
> > > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ascii.c
> > >|    2 +-
> > > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c
> > >| 2433 +++++++++++--------
> > > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regenc.c
> > >|   82 +-
> > > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regerror.c
> > >|   63 +-
> > > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regexec.c
> > >| 2672 +++++++++++----------
> > > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/reggnu.c
> > >|   22 +-
> > > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.c
> > >|  702 +++---
> > > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposerr.c
> > >|   12 +-
> > > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposix.c
> > >|   16 +-
> > > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regsyntax.c
> > >|   12 +-
> > > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode.c
> > >|  289 ++-
> > >
> > >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_egcb
> > >_data.c           |   31 +-
> > >
> > >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_fold1
> > >_key.c           | 2689 ++++++++++-----------
> > >
> > >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_fold2
> > >_key.c           |    4 +-
> > >
> > >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_fold3
> > >_key.c           |    4 +-
> > >
> > >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_fold_
> > >data.c           | 2256 +++++++++---------
> > >
> > >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_prop
> > >erty_data.c       | 8545 +++++++++++++++++++++++++++++++++++------------
> > >--------------------
> > >
> > >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_prop
> > >erty_data_posix.c |  410 ++--
> > >
> > >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_unfol
> > >d_key.c          | 3253 +++++++++++++-------------
> > >
> > >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_wb_d
> > >ata.c             | 1023 ++++++++
> > > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/utf16_le.c
> > >|   36 +-
> > > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/oniguruma.h
> > >|   21 +-
> > > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regenc.h
> > >|   23 +-
> > > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regint.h
> > >|  438 ++--
> > > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.h
> > >|  313 ++-
> > > 25 files changed, 14055 insertions(+), 11296 deletions(-)
> > >
> >
> >

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [edk2-devel] [Patch] MdeModulePkg RegularExpressionDxe: Update Oniguruma from v6.9.0 to v6.9.3
  2019-08-08 13:52 ` [edk2-devel] [Patch] MdeModulePkg RegularExpressionDxe: Update Oniguruma from v6.9.0 to v6.9.3 Liming Gao
  2019-08-08 14:51   ` Leif Lindholm
  2019-08-08 20:34   ` Laszlo Ersek
@ 2019-08-12  5:07   ` Wu, Hao A
  2 siblings, 0 replies; 5+ messages in thread
From: Wu, Hao A @ 2019-08-12  5:07 UTC (permalink / raw)
  To: Gao, Liming, devel@edk2.groups.io
  Cc: Wang, Jian J, Cinnamon Shia, leif.lindholm@linaro.org,
	afish@apple.com, Laszlo Ersek (lersek@redhat.com),
	Kinney, Michael D, Cetola, Stephano

> -----Original Message-----
> From: Gao, Liming
> Sent: Thursday, August 08, 2019 9:53 PM
> To: devel@edk2.groups.io; Gao, Liming
> Cc: Wang, Jian J; Wu, Hao A; Cinnamon Shia; leif.lindholm@linaro.org;
> afish@apple.com; Laszlo Ersek (lersek@redhat.com); Kinney, Michael D;
> Cetola, Stephano
> Subject: RE: [edk2-devel] [Patch] MdeModulePkg RegularExpressionDxe:
> Update Oniguruma from v6.9.0 to v6.9.3
> 
> Hi, all
>   This patch is big. I upload it into
> https://github.com/lgao4/edk2/tree/Oniguruma6.9.3 for your review.


The update looks good to me:
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>

Best Regards,
Hao Wu

> 
> Hi, Stewards:
>    Oniguruma version v6.9.3 is released for security fix. So, I plan to include
> this update for 201908 stable tag. If you have any comments, please let me
> know.
> 
> Thanks
> Liming
> >-----Original Message-----
> >From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> >Liming Gao
> >Sent: Thursday, August 08, 2019 9:31 PM
> >To: devel@edk2.groups.io
> >Cc: Wang, Jian J <jian.j.wang@intel.com>; Wu, Hao A
> <hao.a.wu@intel.com>;
> >Cinnamon Shia <cinnamon.shia@hpe.com>
> >Subject: [edk2-devel] [Patch] MdeModulePkg RegularExpressionDxe:
> Update
> >Oniguruma from v6.9.0 to v6.9.3
> >
> >BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2066
> >Update Oniguruma to the latest version v6.9.3.
> >Oniguruma https://github.com/kkos/oniguruma
> >This release is the security fix release. It includes the changes:
> >Fixed CVE-2019-13224
> >Fixed CVE-2019-13225
> >Fixed many problems (found by libfuzzer programs)
> >
> >Verify VS2015, GCC5 build.
> >Verify RegularExpressionProtocol GetInfo() and Match() function.
> >
> >Cc: Jian J Wang <jian.j.wang@intel.com>
> >Cc: Hao A Wu <hao.a.wu@intel.com>
> >Cc: Cinnamon Shia <cinnamon.shia@hpe.com>
> >Signed-off-by: Liming Gao <liming.gao@intel.com>
> >---
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ascii.c
> >|    2 +-
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c
> >| 2433 +++++++++++--------
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regenc.c
> >|   82 +-
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regerror.c
> >|   63 +-
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regexec.c
> >| 2672 +++++++++++----------
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/reggnu.c
> >|   22 +-
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.c
> >|  702 +++---
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposerr.c
> >|   12 +-
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposix.c
> >|   16 +-
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regsyntax.c
> >|   12 +-
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode.c
> >|  289 ++-
> >
> >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_egc
> b
> >_data.c           |   31 +-
> >
> >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_fol
> d1
> >_key.c           | 2689 ++++++++++-----------
> >
> >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_fol
> d2
> >_key.c           |    4 +-
> >
> >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_fol
> d3
> >_key.c           |    4 +-
> >
> >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_fol
> d_
> >data.c           | 2256 +++++++++---------
> >
> >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_pro
> p
> >erty_data.c       | 8545 +++++++++++++++++++++++++++++++++++----------
> --
> >--------------------
> >
> >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_pro
> p
> >erty_data_posix.c |  410 ++--
> >
> >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_unf
> ol
> >d_key.c          | 3253 +++++++++++++-------------
> >
> >MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_wb
> _d
> >ata.c             | 1023 ++++++++
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/utf16_le.c
> >|   36 +-
> >
> MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/oniguruma.h
> >|   21 +-
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regenc.h
> >|   23 +-
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regint.h
> >|  438 ++--
> > MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.h
> >|  313 ++-
> > 25 files changed, 14055 insertions(+), 11296 deletions(-)
> >
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-08-12  5:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <15B8F5E6C2C74026.10163@groups.io>
2019-08-08 13:52 ` [edk2-devel] [Patch] MdeModulePkg RegularExpressionDxe: Update Oniguruma from v6.9.0 to v6.9.3 Liming Gao
2019-08-08 14:51   ` Leif Lindholm
2019-08-09 13:51     ` Liming Gao
2019-08-08 20:34   ` Laszlo Ersek
2019-08-12  5:07   ` Wu, Hao A

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox