<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_hardware_nxp_secure_element, branch android11-gsi</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_nxp_secure_element/'/>
<entry>
<title>Snap for 6333744 from 1c9df71d7bfa4bd839227d83dfeb7a706c611ed0 to rvc-release</title>
<updated>2020-03-26T02:08:25+00:00</updated>
<author>
<name>android-build-team Robot</name>
<email>android-build-team-robot@google.com</email>
</author>
<published>2020-03-26T02:08:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_nxp_secure_element/commit/?id=68333acaa56918ce57a5dcf61851346643cb64bc'/>
<id>68333acaa56918ce57a5dcf61851346643cb64bc</id>
<content type='text'>
Change-Id: I9920fe540a0506cb7dc73e7cd55c56e2a4f2387e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9920fe540a0506cb7dc73e7cd55c56e2a4f2387e
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings from static analysis tools</title>
<updated>2020-03-24T11:21:00+00:00</updated>
<author>
<name>anil.hiranniah</name>
<email>anil.hiranniah@nxp.com</email>
</author>
<published>2020-03-20T14:22:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_nxp_secure_element/commit/?id=1c9df71d7bfa4bd839227d83dfeb7a706c611ed0'/>
<id>1c9df71d7bfa4bd839227d83dfeb7a706c611ed0</id>
<content type='text'>
1. FORWARD/REVERSE NULL
   a. phNxpEsePal_spi.c :phNxpEse_spiIoctl()
      Added null check for p_data

Bug: 142626701
Test: VTS
Merged-In: I8932afa39eb93aaf7cbbe2320e1071bf5b450735
Change-Id: I8932afa39eb93aaf7cbbe2320e1071bf5b450735
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. FORWARD/REVERSE NULL
   a. phNxpEsePal_spi.c :phNxpEse_spiIoctl()
      Added null check for p_data

Bug: 142626701
Test: VTS
Merged-In: I8932afa39eb93aaf7cbbe2320e1071bf5b450735
Change-Id: I8932afa39eb93aaf7cbbe2320e1071bf5b450735
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace string functions with safe alternatives</title>
<updated>2020-03-24T11:20:36+00:00</updated>
<author>
<name>Anil Hiranniah</name>
<email>anil.hiranniah@nxp.com</email>
</author>
<published>2020-03-03T08:52:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_nxp_secure_element/commit/?id=cb7dde1668673bae9cf8674713542f5f1c8215c7'/>
<id>cb7dde1668673bae9cf8674713542f5f1c8215c7</id>
<content type='text'>
replace strcpy with strlcpy
replace strcat with strlcat

Bug: 142626701
Test: VTS
Merged-In: Ifa074b8c9db74966ed0a500bb8e063a8d4d870c4
Change-Id: Ifa074b8c9db74966ed0a500bb8e063a8d4d870c4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
replace strcpy with strlcpy
replace strcat with strlcat

Bug: 142626701
Test: VTS
Merged-In: Ifa074b8c9db74966ed0a500bb8e063a8d4d870c4
Change-Id: Ifa074b8c9db74966ed0a500bb8e063a8d4d870c4
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings from static analysis tools(se_hal)</title>
<updated>2020-03-24T11:20:03+00:00</updated>
<author>
<name>Anil Hiranniah</name>
<email>anil.hiranniah@nxp.com</email>
</author>
<published>2020-02-19T12:42:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_nxp_secure_element/commit/?id=93b6583070ce0617faf640eb0aaba9b7ae8c9329'/>
<id>93b6583070ce0617faf640eb0aaba9b7ae8c9329</id>
<content type='text'>
1. DEADCODE
   a. phNxpEse_api.cc: phNxpEse_openPrioSession()
      tpm_enable is always 0. Removed relevant code.
   b. LsLib.cpp: LSC_loadapplet()
      Removed duplicate status check
2. RESOURCE_LEAK
   a. LsClient.cpp: getLSScriptSourcePrefix()
   b. LsClient.cpp: performLSDownload_thread()
      Added corresponding fclose()
3. UNINITIALIZED Variables

Bug: 142626701
Test: Nfc-On/Off, Tag read, HCE, CE-eSE
Merged-In: I9484f80bd3f6d8e478836d358cbdeca82dd9158e
Change-Id: I9484f80bd3f6d8e478836d358cbdeca82dd9158e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. DEADCODE
   a. phNxpEse_api.cc: phNxpEse_openPrioSession()
      tpm_enable is always 0. Removed relevant code.
   b. LsLib.cpp: LSC_loadapplet()
      Removed duplicate status check
2. RESOURCE_LEAK
   a. LsClient.cpp: getLSScriptSourcePrefix()
   b. LsClient.cpp: performLSDownload_thread()
      Added corresponding fclose()
3. UNINITIALIZED Variables

Bug: 142626701
Test: Nfc-On/Off, Tag read, HCE, CE-eSE
Merged-In: I9484f80bd3f6d8e478836d358cbdeca82dd9158e
Change-Id: I9484f80bd3f6d8e478836d358cbdeca82dd9158e
</pre>
</div>
</content>
</entry>
<entry>
<title>Snap for 6216739 from 770995ba77f814b3c4fc6399003d8dbd2d9d830f to rvc-release</title>
<updated>2020-02-19T03:28:54+00:00</updated>
<author>
<name>android-build-team Robot</name>
<email>android-build-team-robot@google.com</email>
</author>
<published>2020-02-19T03:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_nxp_secure_element/commit/?id=9bea91062d8bb9468ea38e98d8c33ff09346e87d'/>
<id>9bea91062d8bb9468ea38e98d8c33ff09346e87d</id>
<content type='text'>
Change-Id: I99f8aea01c391fca3745308b5bd58a6bd74a6bda
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I99f8aea01c391fca3745308b5bd58a6bd74a6bda
</pre>
</div>
</content>
</entry>
<entry>
<title>Update OWNERS file am: 14807a1259 am: 69cb6aac87 am: 45e0caec86</title>
<updated>2020-02-18T10:56:42+00:00</updated>
<author>
<name>George Chang</name>
<email>georgekgchang@google.com</email>
</author>
<published>2020-02-18T10:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_nxp_secure_element/commit/?id=770995ba77f814b3c4fc6399003d8dbd2d9d830f'/>
<id>770995ba77f814b3c4fc6399003d8dbd2d9d830f</id>
<content type='text'>
Change-Id: Ia013fc0a222132a6bdc4c9003461e8a9378c22d5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia013fc0a222132a6bdc4c9003461e8a9378c22d5
</pre>
</div>
</content>
</entry>
<entry>
<title>Update OWNERS file am: 14807a1259 am: 69cb6aac87</title>
<updated>2020-02-18T10:38:52+00:00</updated>
<author>
<name>George Chang</name>
<email>georgekgchang@google.com</email>
</author>
<published>2020-02-18T10:38:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_nxp_secure_element/commit/?id=45e0caec868443d62465d5331ce97b507421f9ea'/>
<id>45e0caec868443d62465d5331ce97b507421f9ea</id>
<content type='text'>
Change-Id: Id81c2d339bca355e10fb9d6c434025a70ffc8114
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id81c2d339bca355e10fb9d6c434025a70ffc8114
</pre>
</div>
</content>
</entry>
<entry>
<title>Update OWNERS file am: 14807a1259</title>
<updated>2020-02-18T10:26:44+00:00</updated>
<author>
<name>George Chang</name>
<email>georgekgchang@google.com</email>
</author>
<published>2020-02-18T10:26:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_nxp_secure_element/commit/?id=69cb6aac87d560d7b2a499e00d9033e5fd5d2a49'/>
<id>69cb6aac87d560d7b2a499e00d9033e5fd5d2a49</id>
<content type='text'>
Change-Id: I8b5453cdac79e276d7af88402851a667525c0ef3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I8b5453cdac79e276d7af88402851a667525c0ef3
</pre>
</div>
</content>
</entry>
<entry>
<title>Update OWNERS file</title>
<updated>2020-02-18T09:01:12+00:00</updated>
<author>
<name>George Chang</name>
<email>georgekgchang@google.com</email>
</author>
<published>2020-02-18T09:00:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_nxp_secure_element/commit/?id=14807a1259be214870367588b291568ea3013479'/>
<id>14807a1259be214870367588b291568ea3013479</id>
<content type='text'>
Test: None
Change-Id: Id506459873dac810f31f537aefb3336bdd669f52
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test: None
Change-Id: Id506459873dac810f31f537aefb3336bdd669f52
</pre>
</div>
</content>
</entry>
<entry>
<title>Snap for 6203617 from f4fdfb5ad8ef4100278c7a4510dac09cb8d44415 to rvc-release</title>
<updated>2020-02-13T04:19:53+00:00</updated>
<author>
<name>android-build-team Robot</name>
<email>android-build-team-robot@google.com</email>
</author>
<published>2020-02-13T04:19:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_nxp_secure_element/commit/?id=5ec347d5f3c5e7079e29be1224869ed3a9289282'/>
<id>5ec347d5f3c5e7079e29be1224869ed3a9289282</id>
<content type='text'>
Change-Id: Id155bf6f7a62e695c4462d86a5ec1e959ad738d8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id155bf6f7a62e695c4462d86a5ec1e959ad738d8
</pre>
</div>
</content>
</entry>
</feed>
