summaryrefslogtreecommitdiff
path: root/README.devel
blob: 021b18f445d7300bed2d1b9b355b65a0b0739cb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
A Travis CI instance for continuous integration testing of netsniff-ng
can be found here:

  https://travis-ci.org/netsniff-ng/netsniff-ng

An analysis by the Coverity Scanner is run occasionally against the source of
netsniff-ng. The corresponding scan reports can be found here:

  https://scan.coverity.com/projects/329

If you are a project admin, use the command

  `make COV_EMAIL=<email> COV_PASSWD=<passwd> coverity'

to trigger a new scan yourself. Alternatively, the Coverity integration of
Travis CI can be used by pushing to the branch 'coverity_scan' to trigger a new
analysis.
97a484e52cb423662eb98904aad82dafcc1f10'>06f820945bca59ef0aa6b8d8779c196c00519c21 parentad5987b47e96a0fb6d13fea250e936aed000093c (diff)
mac80211: check skb_linearize() return value
The A-MSDU TX code (within TXQs) didn't always check the return value of skb_linearize() properly, resulting in potentially passing a frag- list SKB down to the driver even when it said it can't handle it. Fix that. Fixes: 6e0456b545456 ("mac80211: add A-MSDU tx support") Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat