Skip to content
Snippets Groups Projects
  1. Jul 04, 2024
  2. Jul 03, 2024
  3. Jul 02, 2024
  4. Jul 01, 2024
  5. Jun 28, 2024
  6. Jun 26, 2024
  7. Jun 24, 2024
    • Dmitry Rodionov's avatar
      chore: fix static overflow · ca06a108
      Dmitry Rodionov authored
      An element of array 'nc->stack' of size 256, declared at
      lj_opt_narrow.c:367, is accessed by an index with possible value -1 at
      lj_opt_narrow.c:377. This may lead to a buffer overflow.
      ca06a108
    • Dmitry Rodionov's avatar
      chore: fix deref of null in sqlVXPrintf · 8131e7cf
      Dmitry Rodionov authored
      After having been assigned to a NULL value at printf.c:219, pointer
      'bufpt' is passed as 2nd parameter in call to function
      'sqlStrAccumAppend' at printf.c:798, where it is dereferenced at
      printf.c:903.
      8131e7cf
Loading