<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Tianocore/edk2.git/MdeModulePkg/Library/TraceHubDebugSysTLib/BaseTraceHubDebugSysTLib.c, branch trunk</title>
<subtitle>EDK II (mirror)</subtitle>
<id>https://git.radix-linux.su/Tianocore/edk2.git/atom?h=trunk</id>
<link rel='self' href='https://git.radix-linux.su/Tianocore/edk2.git/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/'/>
<updated>2024-06-04T03:43:08+00:00</updated>
<entry>
<title>Renormalized end-of-lines from master@27b044605cd5f6b33a3d231576003850b3fe305b</title>
<updated>2024-06-04T03:43:08+00:00</updated>
<author>
<name>kx</name>
<email>kx@radix.pro</email>
</author>
<published>2024-06-04T03:43:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=7e2ccccace24636f29ddc210b94606abd4c7e42b'/>
<id>urn:sha1:7e2ccccace24636f29ddc210b94606abd4c7e42b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MdeModulePkg/TraceHubDebugSysTLib: Use wider type for loop comparisons</title>
<updated>2024-02-26T23:13:08+00:00</updated>
<author>
<name>Michael Kubacki</name>
<email>michael.kubacki@microsoft.com</email>
</author>
<published>2024-02-15T19:20:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=33c81c25bbd55141ad395af89160b4ed4b703cdf'/>
<id>urn:sha1:33c81c25bbd55141ad395af89160b4ed4b703cdf</id>
<content type='text'>
Resolves a new CodeQL error due to the value being incremented in the
loop being a narrower type than the variable it is being compared
against.

The variable is changed to a UINT32 type so it has the same width as
the type it is being compared against.

Issue explanation: In a loop condition, comparison of a value of a
narrow type with a value of a wide type may result in unexpected
behavior if the wider value is sufficiently large (or small). This
is because the narrower value may overflow. This can lead to an
infinite loop.

Cc: Liming Gao &lt;gaoliming@byosoft.com.cn&gt;
Cc: Gua Guo &lt;gua.guo@intel.com&gt;
Cc: Prakashan Krishnadas Veliyathuparambil &lt;krishnadas.veliyathuparambil.prakashan@intel.com&gt;
Cc: K N Karthik &lt;karthik.k.n@intel.com&gt;
Signed-off-by: Michael Kubacki &lt;michael.kubacki@microsoft.com&gt;
Reviewed-by: Gua Guo &lt;gua.guo@intel.com&gt;
</content>
</entry>
<entry>
<title>MdeModulePkg: Add TraceHubDebugSysTLib library</title>
<updated>2023-05-11T07:26:38+00:00</updated>
<author>
<name>Gua Guo</name>
<email>gua.guo@intel.com</email>
</author>
<published>2023-05-10T02:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=0f0422cedc752d305d8d12a25b11e1dff4d8ff8b'/>
<id>urn:sha1:0f0422cedc752d305d8d12a25b11e1dff4d8ff8b</id>
<content type='text'>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4144

This Library provides API to dump Trace Hub message.

Cc: Michael D Kinney &lt;michael.d.kinney@intel.com&gt;
Cc: Guo Gua &lt;gua.guo@intel.com&gt;
Cc: Chan Laura &lt;laura.chan@intel.com&gt;
Cc: Prakashan Krishnadas Veliyathuparambil &lt;krishnadas.veliyathuparambil.prakashan@intel.com&gt;
Cc: K N Karthik &lt;karthik.k.n@intel.com&gt;
Cc: Jian J Wang &lt;jian.j.wang@intel.com&gt;
Cc: Liming Gao &lt;gaoliming@byosoft.com.cn&gt;
Signed-off-by: Guo Gua &lt;gua.guo@intel.com&gt;
Reviewed-by: Michael D Kinney &lt;michael.d.kinney@intel.com&gt;
Reviewed-by: K N Karthik &lt;karthik.k.n@intel.com&gt;
Reviewed-by: Chan Laura &lt;laura.chan@intel.com&gt;
Acked-by: Liming Gao &lt;gaoliming@byosoft.com.cn&gt;
</content>
</entry>
</feed>
