Re: [edk2-devel] [PATCH v1 1/2] BaseTools: Fix wrong type of arguments to formatting functions

2022-11-08 Thread Michael Kubacki
Hi Mike, I made those updates in the v2 series just sent: [PATCH v2 0/2] Enable CodeQL Failures and Add New Queries (groups.io) ( https://edk2.groups.io/g/devel/message/96124 ) Thanks, Michael -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Onli

Re: [edk2-devel] [PATCH v1 1/2] BaseTools: Fix wrong type of arguments to formatting functions

2022-11-08 Thread Michael D Kinney
Hi Michael, 2 comments below. Mike > -Original Message- > From: mikub...@linux.microsoft.com > Sent: Tuesday, November 8, 2022 11:52 AM > To: devel@edk2.groups.io > Cc: Feng, Bob C ; Gao, Liming > ; Chen, Christine ; Sean > Brogan ; Kinney, Michael D > > Subject: [PATCH v1 1/2] BaseT

[edk2-devel] [PATCH v1 1/2] BaseTools: Fix wrong type of arguments to formatting functions

2022-11-08 Thread Michael Kubacki
From: Michael Kubacki Fixes issues found with the cpp/wrong-type-format-argument CodeQL rule in BaseTools. Reference: https://cwe.mitre.org/data/definitions/686.html The following CodeQL errors are resolved: 1. Check failure on line 1115 in BaseTools/Source/C/EfiRom/EfiRom.c - This argu