summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorLarry Wall <lwall@jpl-devvax.jpl.nasa.gov>1990-11-13 02:28:59 +0000
committerLarry Wall <lwall@jpl-devvax.jpl.nasa.gov>1990-11-13 02:28:59 +0000
commit4e8eb4f0f838674cc353c6a5ff3e06ff40cd5ea9 (patch)
treebb4b5795d1020a9970e01c5307a90d93174e83c2 /patchlevel.h
parent34de22dd6ede167a09e3a3ee571665ba2c647f94 (diff)
downloadperl-4e8eb4f0f838674cc353c6a5ff3e06ff40cd5ea9.tar.gz
perl 3.0 patch #41 (combined patch)
Here's the requisite dinky patch to fix the problems of the preceding large set of patches. In this case, a couple of malloc/free problems--one of which involved overrunning the end of an allocated string, and the other of which involved freeing with invalid pointers. (There was also a bug in there involving variable magicalness propagating incorrectly, which resulting in a dbm anomoly.) I updated README to mention that dnix needs to avoid -O. I added the hp malloc union overhead strut that Jan Dr{rv posted. (Eventually this should be determined by Configure, but laziness has its advantages.)
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h
index 8763a9e18d..dc3e5edbe4 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -1 +1 @@
-#define PATCHLEVEL 40
+#define PATCHLEVEL 41