diff options
| author | Marty Connor | 2010-01-17 03:47:39 +0100 |
|---|---|---|
| committer | Marty Connor | 2010-01-17 03:47:39 +0100 |
| commit | 330abebddf67ab27998f64070f27d5874cbc7b06 (patch) | |
| tree | 08f5954725930ee9c38b0afab4cb9a30c71ce7e3 /contrib/initrd/script.c.patch | |
| parent | [sanboot] Prevent leaking a stack reference for "keep-san" AoE (diff) | |
| download | ipxe-330abebddf67ab27998f64070f27d5874cbc7b06.tar.gz ipxe-330abebddf67ab27998f64070f27d5874cbc7b06.tar.xz ipxe-330abebddf67ab27998f64070f27d5874cbc7b06.zip | |
[contrib] Move most contrib content to a separate repository
Most of the content that was previously in this directory has been
moved to a separate git repository:
http://git.etherboot.org/?p=contrib.git;a=summary
or the Etherboot Project wiki:
http://etherboot.org/
Diffstat (limited to 'contrib/initrd/script.c.patch')
| -rw-r--r-- | contrib/initrd/script.c.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/initrd/script.c.patch b/contrib/initrd/script.c.patch deleted file mode 100644 index 127b881c7..000000000 --- a/contrib/initrd/script.c.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- script.c.orig Tue Apr 2 23:49:33 2002 -+++ script.c Wed Jun 5 14:17:22 2002 -@@ -179,7 +179,7 @@ - } - if (packet->siaddr) { - envp[j] = malloc(sizeof("siaddr=255.255.255.255")); -- sprintip(envp[j++], "siaddr=", (unsigned char *) &packet->yiaddr); -+ sprintip(envp[j++], "siaddr=", (unsigned char *) &packet->siaddr); - } - if (!(over & FILE_FIELD) && packet->file[0]) { - /* watch out for invalid packets */ |
