1. 29 Jan, 2013 3 commits
  2. 28 Jan, 2013 3 commits
  3. 27 Jan, 2013 14 commits
  4. 26 Jan, 2013 3 commits
  5. 25 Jan, 2013 7 commits
  6. 22 Jan, 2013 8 commits
  7. 21 Jan, 2013 1 commit
  8. 17 Jan, 2013 1 commit
    • Nickolai Zeldovich's avatar
      modules/services_discovery/sap.c: avoid out-of-bounds write · a520ae9e
      Nickolai Zeldovich authored
      After OpenDemux reads data using stream_Read(), it writes a '\0' to
      the buffer after the newly-read data, but if the stream returned exactly
      i_read_max bytes, this '\0' will end up just past the end of the allocated
      psz_sdp array (see the call to realloc at the beginning of the loop).
      Adjust the realloc call to allocate this one extra byte.
      Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
      (cherry picked from commit dee928705dd32839317dca0e77089b02dd720763)
      a520ae9e