~ubuntu-branches/ubuntu/utopic/sysstat/utopic

« back to all changes in this revision

Viewing changes to debian/patches/06-exec.patch

  • Committer: Package Import Robot
  • Author(s): Robert Luberda
  • Date: 2013-06-13 22:27:39 UTC
  • mfrom: (1.4.3)
  • Revision ID: package-import@ubuntu.com-20130613222739-k73hvrwurt5phlan
Tags: 10.1.6-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    - remove call to execvp() as it's not needed and has potential
7
7
      security problems.
8
8
---
9
 
 sar.c |    1 -
 
9
 sar.c | 1 -
10
10
 1 file changed, 1 deletion(-)
11
11
 
12
12
diff --git a/sar.c b/sar.c
13
 
index e8ad83e..b3b890c 100644
 
13
index 06b4591..5cb256b 100644
14
14
--- a/sar.c
15
15
+++ b/sar.c
16
 
@@ -1433,7 +1433,6 @@ int main(int argc, char **argv)
 
16
@@ -1434,7 +1434,6 @@ int main(int argc, char **argv)
17
17
 
18
18
                /* Call now the data collector */
19
19
                execv(SADC_PATH, args);