• Stefano Brivio's avatar
    selftests: nft_concat_range: Add test for reported add/flush/add issue · 0954df70
    Stefano Brivio authored
    Add a specific test for the crash reported by Phil Sutter and addressed
    in the previous patch. The test cases that, in my intention, should
    have covered these cases, that is, the ones from the 'concurrency'
    section, don't run these sequences tightly enough and spectacularly
    failed to catch this.
    
    While at it, define a convenient way to add these kind of tests, by
    adding a "reported issues" test section.
    
    It's more convenient, for this particular test, to execute the set
    setup in its own function. However, future test cases like this one
    might need to call setup functions, and will typically need no tools
    other than nft, so allow for this in check_tools().
    
    The original form of the reproducer used here was provided by Phil.
    Reported-by: default avatarPhil Sutter <phil@nwl.cc>
    Signed-off-by: default avatarStefano Brivio <sbrivio@redhat.com>
    Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
    0954df70
nft_concat_range.sh 36 KB