Skip to content
Snippets Groups Projects
  1. Apr 19, 2022
    • lijuang's avatar
      QcomModulePkg: Buffer overflow maybe occur · c1a24e3a
      lijuang authored
      when convert string from ASCII to Unicode
      
      The max size of ptn_name is 72, the max size of PartitionNameFromMeta is
      36, it will cause the buffer overflow issue if the actual string size of
      ptn_name is lager than 36 when covent string form ASCII to Unicore.
      
      AsciiStrToUnicodeStr (img_header_entry[i].ptn_name, PartitionNameFromMeta).
      
      Change-Id: I51d94e415e1f92a65155c01b030a4332ff679947
      10 tags
      c1a24e3a
  2. May 21, 2018
  3. Feb 16, 2018
  4. Jan 27, 2018
  5. Dec 18, 2017
  6. Dec 09, 2017
  7. Oct 29, 2017
  8. Oct 28, 2017
  9. Oct 25, 2017
  10. Oct 18, 2017
    • lijuang's avatar
      QcomModulePkg: Fix the buffer overread issue while flashing meta image · 69774de6
      lijuang authored
      The size maybe is smaller than the image header size or is smaller than
      the image header size + total image header entry size, it will go out
      of bound of image end. And it's dangerous to access image buffer which
      it's not zero initialized, its content might leak.
      
      Change-Id: I401a43f00c7a1bcaa6174ffd36990dd6244899fd
      69774de6
  11. Oct 04, 2017
  12. Sep 06, 2017
  13. Sep 02, 2017
    • Linux Build Service Account's avatar
      Promotion of uefi.lnx.1.0-00111. · 4827af4a
      Linux Build Service Account authored
      CRs      Change ID                                   Subject
      --------------------------------------------------------------------------------------------------------------
      2098978   I54bba5f15a7a54f6c44b2c0a55dee3908e33b705   QcomModulePkg: Remove duplicate stack guard assignment
      
      Change-Id: I4268d61b33ccee0f14c2da620c202d6a8e6e721a
      CRs-Fixed: 2098978
      4827af4a
  14. Sep 01, 2017
    • Jeevan Shriram's avatar
      QcomModulePkg: Remove duplicate stack guard assignment · e86c6551
      Jeevan Shriram authored
      After moving Fastboot application to Libarary, there is no need to setup
      the stack guard again as Apps bootloader is only single application
      (LinuxLoader) calling into multiple libaries for booting into kernel.
      
      Change-Id: I54bba5f15a7a54f6c44b2c0a55dee3908e33b705
      e86c6551
Loading