dc3d9238b4
http://www.frsirt.com/english/advisories/2008/2166/solution from maintainer Rui Reis; ok naddy@
13 lines
315 B
Plaintext
13 lines
315 B
Plaintext
$OpenBSD: patch-src_dnsmasq_h,v 1.5 2008/08/06 03:11:38 pvalchev Exp $
|
|
--- src/dnsmasq.h.orig Sun Jul 20 19:26:07 2008
|
|
+++ src/dnsmasq.h Tue Aug 5 11:00:00 2008
|
|
@@ -543,7 +543,7 @@ struct tftp_file {
|
|
off_t size;
|
|
dev_t dev;
|
|
ino_t inode;
|
|
- char filename[];
|
|
+ char *filename;
|
|
};
|
|
|
|
struct tftp_transfer {
|