MAVERICK

varnish (2.1.3-7ubuntu0.1) maverick; urgency=low

  * debian/patches/varnishtop-arrayalloc-fix.diff:
    - Fix array size allocation. Fixed upstream in version 2.1.4 (LP: #708939)

** Patch added: "varnish_2.1.3-7ubuntu0.1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/varnish/+bug/708939/+attachment/1813999/+files/varnish_2.1.3-7ubuntu0.1.debdiff

** Description changed:

+ IMPACT:
+     Size allocation of array in varnishtop causes segfault crash
+ 
+ FIX:
+     Better allocation of array size
+ 
+     -   unsigned char       rec[4];
+     +   unsigned char       rec[SHMLOG_DATA-1];
+ 
+ PATCH:
+     Debdiffs for lucid and maverick attached at end of thread
+ 
+ TEST:
+     Run varnishtop
+     $ varnishtop
+     list length 0Segmentation fault
+ 
+ REGRESSION:
+     Patch is specific to varnishtop, which crashes on start, but should not 
affect any of the other package components so regression potential should be low
+ 
+ ********** ORIGINAL MESSAGE *********
+ 
  Binary package hint: varnish
  
  varnishtop segfaults on 32bit 10.04. My Varnish package version is
  2.1.0-2.
  
  Example:
  
- # varnishtop 
+ # varnishtop
  list length 0Segmentation fault
  #

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/708939

Title:
  varnishtop segfault

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to