1. 04 Mar, 2021 1 commit
  2. 01 Jan, 2021 1 commit
  3. 30 May, 2020 1 commit
    • Max Kellermann's avatar
      lib/icu/Win32: paranoid-ify the buffer length checks · 99afe8e6
      Max Kellermann authored
      Passing `length+1` to `MultiByteToWideChar()` means the function may
      fill the whole buffer with output data, and could theoretically
      overwrite the null terminator.  In practice, this will never happen,
      but this way, it's slightly more correct.
      
      Also, null-terminate after `MultiByteToWideChar()`, after we got the
      real output length.  Again, this would never have been a problem, but
      who knows...
      99afe8e6
  4. 29 May, 2020 1 commit
  5. 03 Apr, 2020 1 commit
  6. 18 Jan, 2020 1 commit
  7. 17 Jun, 2019 1 commit
  8. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  9. 31 Oct, 2018 1 commit
  10. 03 Jan, 2017 1 commit
  11. 21 Apr, 2016 1 commit
  12. 13 Apr, 2016 1 commit
  13. 26 Feb, 2016 1 commit
  14. 23 Jun, 2015 1 commit