/[packages]/cauldron/libneon0.27/current/SOURCES/neon-0.28.2-fix-segfault.patch
ViewVC logotype

Contents of /cauldron/libneon0.27/current/SOURCES/neon-0.28.2-fix-segfault.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3521 - (show annotations) (download)
Sun Jan 9 17:36:44 2011 UTC (13 years, 3 months ago) by blino
File size: 529 byte(s)
imported package libneon0.27
1 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476571
2 --- neon27-0.28.2.orig/src/ne_uri.c
3 +++ neon27-0.28.2/src/ne_uri.c
4 @@ -409,7 +409,7 @@
5 } else {
6 if (relative->path[0] == '/') {
7 target->path = remove_dot_segments(relative->path);
8 - } else {
9 + } else if (base->path) {
10 char *merged = merge_paths(base, relative->path);
11 target->path = remove_dot_segments(merged);
12 ne_free(merged);

  ViewVC Help
Powered by ViewVC 1.1.30