4 Commits (master)

Author SHA1 Message Date
Jessie Murray d2b115616f
CodeQL: Potentially uninitialized local variable
This is not really uninitialized, it would only happen if the string
dumped with dump_string was empty of contained invalid UTF-8. Setting
an initial value has no effect since codepoint is used as an "out"
value in utf8_iterate.
3 years ago
Nicolas Favre-Felix c0329d7813
Remove old .gitignore from Jansson
This was causing jansson_config.h to be excluded when the repo was
cloned with certain git pull commands.
3 years ago
Jessie Murray d1f4b831d9
CodeQL fixes (#192)
* CodeQL: overrunning write in jansson/dump.c
* CodeQL: overrunning write in http.c
* CodeQL: redundant condition in websocket.c
* CodeQL: redundant condition in jansson/utf.c
* CodeQL: File created without restricting permissions in server.c
* CodeQL: Futile conditional in pool.c
* CodeQL: Too many arguments in jansson/load.c
* CodeQL: Commented-out code in http.c
* Jansson: disable truncation warning locally in error reporting function
3 years ago
Nicolas Favre-Felix 7add4cc30b Release 0.1.8 5 years ago