diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-14 12:56:38 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-14 12:57:05 +0000 |
| commit | a5196bcdafbc702eb74b5da5965e3164f275fd57 (patch) | |
| tree | 73eb0c0a017dbeb0b13aba228910bbd2a9ce4d8b /main/dev86/dev86-0.16.19-memmove.patch | |
| parent | 2d446410a8e522f5736fc5a25751b2ddfdf4cf13 (diff) | |
| download | aports-a5196bcdafbc702eb74b5da5965e3164f275fd57.tar.bz2 aports-a5196bcdafbc702eb74b5da5965e3164f275fd57.tar.xz | |
main/dev86: upgrade to 0.16.21
Diffstat (limited to 'main/dev86/dev86-0.16.19-memmove.patch')
| -rw-r--r-- | main/dev86/dev86-0.16.19-memmove.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/main/dev86/dev86-0.16.19-memmove.patch b/main/dev86/dev86-0.16.19-memmove.patch deleted file mode 100644 index e0bd8b7ce0..0000000000 --- a/main/dev86/dev86-0.16.19-memmove.patch +++ /dev/null @@ -1,17 +0,0 @@ -https://bugs.gentoo.org/354351 - -fix sniped from Debian: -* Fix "FTBFS: ncc: illegal label": apply patch by dai that replaces strcpy - by memmove (closes: #591133). - ---- a/copt/copt.c -+++ b/copt/copt.c -@@ -174,7 +174,7 @@ - /* Delete leading white spaces */ - for (cp = buf; *cp && isspace(*cp); cp++) ; - if (cp != buf && *cp) -- strcpy(buf, cp); -+ memmove(buf, cp, strlen(cp) + 1); - - return(buf); - } |
