#include "config.h"
#include <signal.h>
#include <stdint.h>
#include <time.h>
#include "mutt/lib.h"
Go to the source code of this file.
◆ LLVMFuzzerTestOneInput()
int LLVMFuzzerTestOneInput |
( |
const uint8_t * |
data, |
|
|
size_t |
size |
|
) |
| |
Definition at line 7 of file date.c.
8{
9 if (size > 512)
10 return -1;
11
14 return 0;
15}
time_t mutt_date_parse_date(const char *s, struct Tz *tz_out)
Parse a date string in RFC822 format.
List of recognised Timezones.