This file is indexed.

/usr/include/lighttpd/safe_memclear.h is in lighttpd-dev 1.4.45-1ubuntu3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#ifndef _SAFE_MEMCLEAR_H_
#define _SAFE_MEMCLEAR_H_
#include "first.h"

/* size_t */
#include <sys/types.h>

void safe_memclear(void *s, size_t n);

#endif