зеркало из https://github.com/github/ruby.git
give up sanitizing BSD_vfprintf
Sanitizers report something inside of this function but it is beyond my brain capacity. Also the code is proven to work. Let me ignore.
This commit is contained in:
Родитель
b11b26bcaf
Коммит
504ce460d2
|
@ -535,6 +535,7 @@ static int exponent(char *, int, int);
|
|||
#define SHORTINT 0x040 /* short integer */
|
||||
#define ZEROPAD 0x080 /* zero (as opposed to blank) pad */
|
||||
#define FPT 0x100 /* Floating point number */
|
||||
ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS(static ssize_t BSD_vfprintf(FILE *fp, const char *fmt0, va_list ap));
|
||||
static ssize_t
|
||||
BSD_vfprintf(FILE *fp, const char *fmt0, va_list ap)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче