From 972e320527f7f8424e50ddc0be88fdaa7fe45933c5bb0f40bbccf491f2bd660f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 27 Oct 2012 16:49:53 +0000 Subject: [PATCH] fix fuzz OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=92 --- tzcode-link.diff | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/tzcode-link.diff b/tzcode-link.diff index 806175c..d51494e 100644 --- a/tzcode-link.diff +++ b/tzcode-link.diff @@ -1,6 +1,8 @@ ---- zic.c 2010-01-06 16:21:33.000000000 +0100 -+++ zic.c 2010-06-01 01:34:12.000000000 +0200 -@@ -614,6 +614,23 @@ +Index: zic.c +=================================================================== +--- zic.c.orig ++++ zic.c +@@ -576,6 +576,23 @@ _("%s: More than one -L option specified return (errors == 0) ? EXIT_SUCCESS : EXIT_FAILURE; } @@ -22,9 +24,9 @@ +} + static void - dolink(fromfield, tofield) - const char * const fromfield; -@@ -649,6 +666,8 @@ + dolink(const char *const fromfield, const char *const tofield) + { +@@ -609,6 +626,8 @@ dolink(const char *const fromfield, cons exit(EXIT_FAILURE); result = link(fromname, toname);