1. 14 2月, 2023 1 次提交
  2. 13 2月, 2023 1 次提交
  3. 12 2月, 2023 4 次提交
  4. 10 2月, 2023 2 次提交
  5. 05 2月, 2023 3 次提交
  6. 03 2月, 2023 6 次提交
  7. 02 2月, 2023 1 次提交
  8. 31 1月, 2023 7 次提交
  9. 30 1月, 2023 1 次提交
  10. 29 1月, 2023 3 次提交
  11. 27 1月, 2023 2 次提交
  12. 24 1月, 2023 1 次提交
  13. 22 1月, 2023 1 次提交
  14. 13 1月, 2023 1 次提交
  15. 12 1月, 2023 4 次提交
    • S
      Utilities: Correct SetPosition call in TestExt4Dxe · 40dfc3a4
      Savva Mitrofanov 提交于
      40dfc3a4
    • S
      Utilities: Call Ext4OpenPartition in TestExt4Dxe · b15983a9
      Savva Mitrofanov 提交于
      Implements override for gBS->InstallMultipleProtocolInterfaces function,
      to call Ext4OpenPartition routine from Ext4Dxe driver which should open
      SuperBlock and allocates EXT4_PARTITION structure instead of doing it
      manual in fuzzer itself. Also adds Ext4SuperblockCheckMagic call which
      used in Ext4IsBindingSupported procedure
      b15983a9
    • S
      Utilities: Extend TestExt4Dxe functionality · bec86b4a
      Savva Mitrofanov 提交于
      Trying to open file with different modes in loop (read, write, create).
      Adds memory allocation mutations based on given allocation mask
      to imitate allocation errors. This change should increase code coverage
      by reaching branches with memory allocation error
      bec86b4a
    • S
      User: Corrects ASSERT behavior in UserPcd · 6d20d2d5
      Savva Mitrofanov 提交于
      The CpuBreakPoint in UserMisc normally shouldn't enter dead-loop
      condition, instead it should break the program using abort signal. Also
      sets DEBUG_PROPERTY_ASSERT_BREAKPOINT_ENABLED bit by default in
      PcdDebugPropertyMask. As a background was a problem with fuzzing when
      program process falls into dead-loop condition instead of just to exit
      with crash
      6d20d2d5
  16. 08 1月, 2023 2 次提交