]> git.ipfire.org Git - thirdparty/cups.git/commit - .lgtm.yml
Address multiple minor issues reported by the LGTM security scanner:
authorMichael R Sweet <michael.r.sweet@gmail.com>
Sun, 17 Nov 2019 15:18:09 +0000 (10:18 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 18 Nov 2019 16:19:16 +0000 (11:19 -0500)
commitf4a99aeb0252068ee78bf2158fb01fef6f4599ca
tree31028c3e796a4b1701a10a06ffe37d823360d783
parentf950947148bd1867c247a211af7404056b2b2e36
Address multiple minor issues reported by the LGTM security scanner:

- Lots of usage of localtime and gmtime (use _r/_s versions instead -
  Issue #5685)
- Some unnecessary comparisons
- Suppress checks that are not useful (header guards, short global names, and
  the integer overflow checks which don't reflect the actual range of values)
17 files changed:
backend/lpd.c
backend/usb-libusb.c
cgi-bin/var.c
cups/encode.c
cups/http-support.c
cups/http.c
cups/ipp.c
cups/string.c
lgtm.yaml [new file with mode: 0644]
scheduler/classes.c
scheduler/job.c
scheduler/log.c
scheduler/printers.c
scheduler/subscriptions.c
tools/ippeveprinter.c
tools/ipptool.c
vcnet/config.h