Branch: refs/heads/master
  Home:   https://github.com/seccomp/libseccomp
  Commit: cf98f79d0894221beb9f2753c092304237617c1c
      
https://github.com/seccomp/libseccomp/commit/cf98f79d0894221beb9f2753c092304237617c1c
  Author: Tom Hromatka <[email protected]>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

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

  Log Message:
  -----------
  db: applied pcmoore's gist for GH issue #112

Note that as cited in the gist, this commit is not ready to be
committed yet.  Specifically:

* investigate _db_tree_prune(), that likely needs some logic (lt/gt)
  flipping to compensate for the changes in _db_tree_add()
* run the full regression test to ensure we aren't accidentally breaking
  anything
* separate patch to add this test case to the regression tests
* separate patch to clear up the macros in src/db.h, see db_chain_lt() as
  an example

Full gist is here:
https://gist.github.com/pcmoore/f644341a85c6ad7131a26f68f99e3fc6

Signed-off-by: Tom Hromatka <[email protected]>
[PM: subject line tweak, testing has proven this commit is OK and necessary
     to restore proper db ordering, also fix the 'make check-syntax' errors]
Signed-off-by: Paul Moore <[email protected]>


  Commit: 0f03fdf63d5a33ed1a9b0e9e8dbdd4311aa3c48f
      
https://github.com/seccomp/libseccomp/commit/0f03fdf63d5a33ed1a9b0e9e8dbdd4311aa3c48f
  Author: Tom Hromatka <[email protected]>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M tests/.gitignore
    A tests/43-sim-a2_order.c
    A tests/43-sim-a2_order.py
    A tests/43-sim-a2_order.tests
    A tests/44-live-a2_order.c
    A tests/44-live-a2_order.py
    A tests/44-live-a2_order.tests
    M tests/Makefile.am

  Log Message:
  -----------
  tests: added tests for the A2 ordering bug (GH issue #112)

Signed-off-by: Tom Hromatka <[email protected]>
[PM: subject line tweaks]
Signed-off-by: Paul Moore <[email protected]>


Compare: 
https://github.com/seccomp/libseccomp/compare/c14558ec0c8e...0f03fdf63d5a

-- 
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