Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push 2024 06 20 #764

Merged
merged 27 commits into from
Jun 20, 2024
Merged

Push 2024 06 20 #764

merged 27 commits into from
Jun 20, 2024

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    5b733fa View commit details
    Browse the repository at this point in the history
  2. Fix typo

    ppalucki authored and rdementi committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    fbd9d5d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. address clang warnings

    Change-Id: I6ee31341dfa3bf52ce9a4c8981a2449bbe6b319d
    rdementi committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f25c80b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. add fuzzing poc

    rdementi committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    484f541 View commit details
    Browse the repository at this point in the history
  2. add github action for fuzzing

    Change-Id: I1f6784df878b4739d0a88c611712afee7422c71d
    rdementi committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1db51bd View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. refactor tests/fuzz.sh

    rdementi committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    15552b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10bdec7 View commit details
    Browse the repository at this point in the history
  3. increase fuzzing coverage

    rdementi committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    916f3e2 View commit details
    Browse the repository at this point in the history
  4. increase fuzzing duration

    Change-Id: If94ecaf7dc79afc8c7d4a5b9bab596557099073d
    rdementi committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2d60379 View commit details
    Browse the repository at this point in the history
  5. increase fuzzing coverage (II)

    Change-Id: I19d632dbf025bbeca4f19b0ff987d9618ce202a2
    rdementi committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    cbeadc0 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. increase fuzz coverage

    rdementi committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e3a8814 View commit details
    Browse the repository at this point in the history
  2. fuzz pcm-memory

    rdementi committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    649b16a View commit details
    Browse the repository at this point in the history
  3. reduce output

    Change-Id: I9877f5115e3c31ec989804eb5f95e0f4de5220d7
    rdementi committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ac461f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. show fuzzing report and upload the log

    Change-Id: I2587c00f35fca169a002527872361c949d8fb13b
    rdementi committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    93cb71e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'opcm-github/master'

    Change-Id: I2396aeff5ad4e336ab6b5f16846b7864f7e00fd1
    rdementi committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    1144b49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fa93c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Merge remote-tracking branch 'opcm-github/master'

    Change-Id: Id3b44f4ec7ec7bedebe3f230edb0b4a274ed1811
    rdementi committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9af3881 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Update .bdsignore.all

    Ignore more files in scan
    twillhal authored and rdementi committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    54dc987 View commit details
    Browse the repository at this point in the history
  2. erase unneeded environment variables

    Change-Id: I3a6653f8ec39ecc0ef2471bb54a385b1eed0387b
    rdementi committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d072217 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. add bhs-power-mode.sh script

    Change-Id: Ica3870a7bd97ca83957db9d9ef069bd85f72b7e0
    rdementi committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8b8a216 View commit details
    Browse the repository at this point in the history
  2. add PCM_ENFORCE_MBM option (env variable)

    addresses #761
    
    Change-Id: Ib3e231e733800533b9d4998a86a745c9432c738e
    rdementi committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7a98558 View commit details
    Browse the repository at this point in the history
  3. catch exceptions inside startHTTPSServer and startHTTPServer

    also print the cause of the exception to simplify debugging
    
    Change-Id: Ib1125056abfff77de978da53027e26e689861d69
    rdementi committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7be1b3b View commit details
    Browse the repository at this point in the history
  4. Fix ssl accept issues (#629)

    * Fix ssl accept issues
    
    Rearranged the code to catch the exceptions locally in order to be able to continue
    Added proper code paths for when the ssl error is 1 and ability to recover
    
    Hard errors now close the connection instead of crashing
    ogbrugge-work authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0a176ee View commit details
    Browse the repository at this point in the history
  5. enable compilation with SSL

    Change-Id: Icefd89e6dbf88aff3e5fe9137c74b0680edf8fc5
    rdementi committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0b64d5e View commit details
    Browse the repository at this point in the history
  6. reduce warnings

    Change-Id: Ida2c2931d005409adfbcf4d2a282a0996171d5ed
    rdementi committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c11a462 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. add openssl-devel

    Change-Id: Ie2881bafd6b0dbcd17be977659ac484b1e1d4ac0
    rdementi committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    b7ecb55 View commit details
    Browse the repository at this point in the history
  2. fix linux make GH action

    Change-Id: Id892b7aef08514b885c52f1303a969396ec67a3d
    rdementi committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2c65bfd View commit details
    Browse the repository at this point in the history