Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1
eblook
eblook-strcpy.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File eblook-strcpy.patch of Package eblook
diff -ru eblook-1.6.1.orig/eblook.c eblook-1.6.1/eblook.c --- eblook-1.6.1.orig/eblook.c 2004-06-18 01:09:01.000000000 +0900 +++ eblook-1.6.1/eblook.c 2010-04-06 11:59:31.234479094 +0900 @@ -765,7 +765,7 @@ argv[num++] = p; reserved = 1; } - strcpy (p, p + 1); + memmove (p, p + 1, strlen (p)); p--; in_quote = !in_quote; break; @@ -779,7 +779,7 @@ break; case '\\': - strcpy (p, p + 1); + memmove (p, p + 1, strlen (p)); default: if (!reserved) { argv[num++] = p; Only in eblook-1.6.1: eblook.c~
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor