mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
b11b26bcaf
commit
504ce460d2
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue