1. 09 3月, 2019 1 次提交
    • B
      Auto merge of #58985 - dlrobertson:fix_58980, r=alexreg · b2ea6c86
      bors 提交于
      Fix segfaults in release build C-variadic fns
      
      `va_start` and `va_end` must be called to initialize/cleanup the
      "spoofed" `VaList` in a Rust defined C-variadic function even  if
      the `VaList` is not used.
      
      r? @alexreg
      Fixes: #58980
      b2ea6c86
  2. 08 3月, 2019 5 次提交
  3. 07 3月, 2019 19 次提交
  4. 06 3月, 2019 15 次提交