From: Paulo Alcantara <pcacjr@zytor.com>
To: Star Zeng <star.zeng@intel.com>, edk2-devel@lists.01.org
Cc: Laszlo Ersek <lersek@redhat.com>, Eric Dong <eric.dong@intel.com>,
Ruiyu Ni <ruiyu.ni@intel.com>, Liming Gao <liming.gao@intel.com>,
Dandan Bi <dandan.bi@intel.com>
Subject: Re: [PATCH] MdeModulePkg UdfDxe: Fix VS2010/VS2012 build failure
Date: Thu, 14 Sep 2017 11:25:00 -0300 [thread overview]
Message-ID: <305d96b4-f4b7-2c1d-d6d6-8674d426d08b@zytor.com> (raw)
In-Reply-To: <1505386427-9048-1-git-send-email-star.zeng@intel.com>
Hi,
On 9/14/2017 7:53 AM, Star Zeng wrote:
> VS2010/VS2012 build failure with below info:
> warning C4701:
> potentially uninitialized local variable 'DataOffset' used
> potentially uninitialized local variable 'FilePosition' used
> potentially uninitialized local variable 'FinishedSeeking' used
> potentially uninitialized local variable 'Data' used
> warning C4703:
> potentially uninitialized local pointer variable 'Data' used
>
> In fact, DataOffset, FilePosition and FinishedSeeking are initialized
> and then used if (ReadFileInfo->Flags == READ_FILE_SEEK_AND_READ).
> DoFreeAed will be set to TRUE when Data is allocated and returned from
> GetAedAdsData(), and Data will be freed if (DoFreeAed) when exiting.
>
> Use same method at 5afa5b815936e2b45a375b6521764195bed68680 to fix
> the build failure.
>
> There is related discussion at
> https://lists.01.org/pipermail/edk2-devel/2017-September/014641.html
>
> Cc: Laszlo Ersek <lersek@redhat.com>
> Cc: Eric Dong <eric.dong@intel.com>
> Cc: Paulo Alcantara <pcacjr@zytor.com>
> Cc: Ruiyu Ni <ruiyu.ni@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Cc: Dandan Bi <dandan.bi@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Star Zeng <star.zeng@intel.com>
> ---
> MdeModulePkg/Universal/Disk/UdfDxe/FileSystemOperations.c | 4 ++++
> 1 file changed, 4 insertions(+)
With your patch, NT32 X64 build passes with VS2012. Thanks!
Reviewed-by: Paulo Alcantara <paulo@hp.com>
Paulo
next prev parent reply other threads:[~2017-09-14 14:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-14 10:53 [PATCH] MdeModulePkg UdfDxe: Fix VS2010/VS2012 build failure Star Zeng
2017-09-14 14:25 ` Paulo Alcantara [this message]
2017-09-15 1:40 ` Zeng, Star
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=305d96b4-f4b7-2c1d-d6d6-8674d426d08b@zytor.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox