dnscap:coverity_scan

Last commit made on 2018-12-21
Get this branch:
git clone -b coverity_scan https://git.launchpad.net/dnscap

Branch merges

Branch information

Name:
coverity_scan
Repository:
lp:dnscap

Recent commits

ef4a322... by Jerry Lundström

Token had changed

dae3486... by Jerry Lundström

Coverity

3941f8c... by Jerry Lundström

Merge pull request #189 from jelu/travis

Travis-CI

8ee9f2a... by Jerry Lundström

Travis-CI

- Use xenial for Travis-CI

643b9dc... by Jerry Lundström

Merge pull request #188 from jelu/fix

Fixes

6babd09... by Jerry Lundström

Fixes

- `plugins/anonaes128`: Use `a6` as dest when copying v4 addresses for readability and code analysis
- `plugins/cryptopan`: Run first pass separate to eliminate a 32bit shift by 32 (undefined behavior)
- `plugins/cryptopant`: Fix memory leak of `keyfile` if `-k` is specified more then once

c6ed47c... by Jerry Lundström

Merge pull request #187 from jelu/readme

README, compile warnings

bb2d1c7... by Jerry Lundström

README, compile warnings

- Update `README.md` with correction to building from git and note about PCAP on OpenBSD
- `dump_dns`: Remove usage of `strcpy()` and use `snprintf()` instead of `sprintf()`
- `bpft`:
  - Use `text_ptr->len` to store length of generated text
  - Use `memcpy()` instead of `strcat()`
  - Remove unneeded `realloc()` and `strcpy()`
- `plugins/cryptopan`: Fix strict-aliasing warnings
- `network`: Rework part of `dl_pkt()` to remove usage of `strcpy()` and use `snprintf()` instead of `sprintf()`

cd56253... by Jerry Lundström

Merge pull request #186 from jelu/lgtm

LGTM

0d9cd9c... by Jerry Lundström

LGTM, Travis-CI

- Configure LGTM analysis
- Remove unneeded `libbind-dev` for Travis-CI