#include "config.h"
#include <signal.h>
#include <stdbool.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 10 of file date.c.
11{
12 if (size > 512)
13 return -1;
14
17 return 0;
18}
time_t mutt_date_parse_date(const char *s, struct Tz *tz_out)
Parse a date string in RFC822 format.
List of recognised Timezones.
◆ StartupComplete
bool StartupComplete = true |
Definition at line 8 of file date.c.