- 15 Apr, 2014 4 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Beware using the AdressSanitizer from GCC 4.8 uses a lot of memory. You need more then 8GB of memory in your machine.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 11 Apr, 2014 23 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Use strtoll(optarg, NULL, 10).
-
Jean-Paul Saman authored
Check for p_stream to be a valid pointer.
-
Jean-Paul Saman authored
Forgot to terminate the case for option 'a'.
-
Jean-Paul Saman authored
Check filedescriptors for having a valid value.
-
Jean-Paul Saman authored
Check i_fd to have a valid value.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
pf_write() returns a ssize_t which was stored inside a size_t (an unsigned). Later on this value was used in a check against 0.
-
Jean-Paul Saman authored
The pointer to p_subdec should have been evaluated on line 119.
-
Jean-Paul Saman authored
The wrong pointer was checked for having a null value leading to the null pointer dereference bug.
-
Jean-Paul Saman authored
The bug occurs due to a missing check for allocation failure of p_decoded->i_text. Instead p_decoded is checked again.
-
Jean-Paul Saman authored
The assert() dereferenced the p_dvbpsi pointer before it was checked for null-value.
-
Jean-Paul Saman authored
The code does not leak a socket descriptor while looping over addrinfo pointer structs.However initializing s_ctl to -1 again after calling close(s_ctl) is good practise.
-
Jean-Paul Saman authored
The code does not leak a socket descriptor while looping over addrinfo pointer structs.However initializing s_ctl to -1 again after calling close(s_ctl) is good practise.
-
Jean-Paul Saman authored
The error path for dvbpsi_AttachDemux() in handle_atsc_MGT failed to release allocated resources.
-
Jean-Paul Saman authored
The error path for dvbpsi_pmt_attach() in handle_PAT failed to release allocated resources.
-
Jean-Paul Saman authored
The value of i_nb_programs could exceed the MAX_PROGRAMS limit and thus produce a buffer overrun.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 07 Apr, 2014 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
- syslog.h is not available on Windows platforms. - O_NONBLOCK is not defined for Windows platforms.
-
- 18 Mar, 2014 5 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 05 Feb, 2014 1 commit
-
-
Michael Krufky authored
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-
- 04 Feb, 2014 5 commits
-
-
Michael Krufky authored
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
- EIT bugfixes and dvbinfo updates - ETT table - MGT table - VCT table - STT table
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-