Branch: refs/heads/coverity-scan
  Home:   https://github.com/seccomp/libseccomp
  Commit: 3e5a13d65ad16c60c659e0c471673def2c774d2a
      
https://github.com/seccomp/libseccomp/commit/3e5a13d65ad16c60c659e0c471673def2c774d2a
  Author: Paul Moore <[email protected]>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M CREDITS

  Log Message:
  -----------
  doc: update the CREDITS file

Signed-off-by: Paul Moore <[email protected]>


  Commit: c5bf78de480b32b324e0f511c88ce533ed280b37
      
https://github.com/seccomp/libseccomp/commit/c5bf78de480b32b324e0f511c88ce533ed280b37
  Author: Paul Moore <[email protected]>
  Date:   2019-03-14 (Thu, 14 Mar 2019)

  Changed paths:
    M src/db.c
    M src/db.h

  Log Message:
  -----------
  db: fix 64-bit argument comparisons

Our approach to doing 64-bit comparisons using 32-bit operators was
just plain wrong, leading to a number of potential problems with
filters that used the LT, GT, LE, or GE operators.  This patch fixes
this problem and a few other related issues that came to light in
the course of fixing the core problem.

A special thanks to Jann Horn for bringing this problem to our
attention.

Signed-off-by: Paul Moore <[email protected]>


  Commit: cf5d1538d243fb6f1839db70b69469d3d7e9e077
      
https://github.com/seccomp/libseccomp/commit/cf5d1538d243fb6f1839db70b69469d3d7e9e077
  Author: Paul Moore <[email protected]>
  Date:   2019-03-14 (Thu, 14 Mar 2019)

  Changed paths:
    M src/gen_bpf.c

  Log Message:
  -----------
  bpf: pass the correct accumulator state to the next level

We were mistakenly passing the wrong accumulator state (the state at
the start of the instruction block, not at the end) which was causing
us to generate unnecessary load instructions.

Signed-off-by: Paul Moore <[email protected]>


  Commit: 2878b8ba7859cf1771795ebef5c85ec211756dca
      
https://github.com/seccomp/libseccomp/commit/2878b8ba7859cf1771795ebef5c85ec211756dca
  Author: Paul Moore <[email protected]>
  Date:   2019-03-14 (Thu, 14 Mar 2019)

  Changed paths:
    M tests/38-basic-pfc_coverage.pfc

  Log Message:
  -----------
  tests: update 38-basic-pfc_coverage

Based on the recent 64-bit argument comparison fixes, we need to
update test 38-basic-pfc_coverage.

A special thanks to Jann Horn for bringing this problem to our
attention.

Signed-off-by: Paul Moore <[email protected]>


  Commit: 3da42d78e26cd16282bee85fcd817115b7f91af0
      
https://github.com/seccomp/libseccomp/commit/3da42d78e26cd16282bee85fcd817115b7f91af0
  Author: Paul Moore <[email protected]>
  Date:   2019-03-14 (Thu, 14 Mar 2019)

  Changed paths:
    M tests/.gitignore
    A tests/49-sim-64b_comparisons.c
    A tests/49-sim-64b_comparisons.py
    A tests/49-sim-64b_comparisons.tests
    M tests/Makefile.am

  Log Message:
  -----------
  tests: add 48-sim-64b_comparisons

Based on some initial tests from Jann Horn.

Signed-off-by: Paul Moore <[email protected]>


  Commit: b29eda913b11ca339a7c1727fdc7e3309dd2a9b6
      
https://github.com/seccomp/libseccomp/commit/b29eda913b11ca339a7c1727fdc7e3309dd2a9b6
  Author: Paul Moore <[email protected]>
  Date:   2019-03-14 (Thu, 14 Mar 2019)

  Changed paths:
    M tests/43-sim-a2_order.c
    M tests/43-sim-a2_order.py
    M tests/43-sim-a2_order.tests

  Log Message:
  -----------
  tests: add LT tests to 43-sim-a2_order

We want to be able to test proper ordering for both LT and GT
comparisons.

Signed-off-by: Paul Moore <[email protected]>


Compare: 
https://github.com/seccomp/libseccomp/compare/1b914c3db514...b29eda913b11

-- 
You received this message because you are subscribed to the Google Groups 
"libseccomp" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to