bash30-008 704 B

12345678910111213141516171819202122232425262728293031
  1. *** bash-3.0/subst.c Sun Jul 4 13:56:13 2004
  2. --- bash/subst.c Thu Aug 12 13:36:17 2004
  3. ***************
  4. *** 4892,4896 ****
  5. *e1p += len;
  6. ! if (*e1p >= len || *e1p < 0)
  7. return (-1);
  8. --- 4912,4916 ----
  9. *e1p += len;
  10. ! if (*e1p > len || *e1p < 0)
  11. return (-1);
  12. *** bash-3.0/patchlevel.h Wed Aug 22 08:05:39 2001
  13. --- bash/patchlevel.h Thu Sep 2 15:04:32 2004
  14. ***************
  15. *** 26,30 ****
  16. looks for to find the patch level (for the sccs version string). */
  17. ! #define PATCHLEVEL 7
  18. #endif /* _PATCHLEVEL_H_ */
  19. --- 26,30 ----
  20. looks for to find the patch level (for the sccs version string). */
  21. ! #define PATCHLEVEL 8
  22. #endif /* _PATCHLEVEL_H_ */